Skip to main content

EntityType

Constructors

new EntityType()

new EntityType(dart): EntityType

Parameters

ParameterType
dartany

Returns

EntityType

Source

src/entities.ts:1728

Properties

PropertyModifierType
dartpublicany

Accessors

matching

get matching(): string

set matching(s): void

Parameters

ParameterType
sstring

Returns

string

Source

src/entities.ts:1738


name

get name(): string

set name(s): void

Parameters

ParameterType
sstring

Returns

string

Source

src/entities.ts:1736

Methods

create()

static create(name, matching): EntityType

Parameters

ParameterType
namestring
matchingstring

Returns

EntityType

Source

src/entities.ts:1732