PropertyTemplate class

Inheritance

Constructors

PropertyTemplate(TypeTemplate template, int index, String name, TemplateDataType valueType, String? readExpansion, String? writeExpansion, int storage)

Properties

fullname String
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
index int
no setterinherited
name String
no setterinherited
permission int
getter/setter pair
readExpansion String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
storage int
getter/setter pair
template TypeTemplate
no setterinherited
type MemberType
no setterinherited
valueType ↔ TemplateDataType
getter/setter pair
writeExpansion String?
getter/setter pair

Methods

compose() DC
override
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