Skip to main content

EntityType

Constructors

new EntityType()

new EntityType(dart): EntityType

Parameters

ParameterType
dartany

Returns

EntityType

Source

src/entities/schema.ts:28

Properties

PropertyModifierType
dartpublicany

Accessors

matching

get matching(): string

set matching(s): void

Parameters

ParameterType
sstring

Returns

string

Source

src/entities/schema.ts:39


name

get name(): string

set name(s): void

Parameters

ParameterType
sstring

Returns

string

Source

src/entities/schema.ts:36

Methods

create()

static create(name, matching): EntityType

Parameters

ParameterType
namestring
matchingstring

Returns

EntityType

Source

src/entities/schema.ts:32