Level3 class

A level 3 entity.

Inheritance

Constructors

Level3(int _level1Index, int _level2Index, String id, String name, Type type)
Creates a level 3 entity.
const

Properties

children List<void>
Sub-entities.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
id String
The entity ID.
finalinherited
name String
The entity name.
finalinherited
parent Level2
The entity parent.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type Type
The entity type.
finalinherited
typeAsString String
Returns type as Vietnamese string.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited