Skip to main content

EntityType

Constructors

new EntityType()

new EntityType(dart): EntityType

Parameters

ParameterType
dartany

Returns

EntityType

Source

src/entities.ts:1402

Properties

PropertyModifierType
dartpublicany

Accessors

matching

get matching(): string

set matching(s): void

Parameters

ParameterType
sstring

Returns

string

Source

src/entities.ts:1412


name

get name(): string

set name(s): void

Parameters

ParameterType
sstring

Returns

string

Source

src/entities.ts:1410

Methods

create()

static create(name, matching): EntityType

Parameters

ParameterType
namestring
matchingstring

Returns

EntityType

Source

src/entities.ts:1406