ontology_dart_sdk
neocore
StructField
StructField constructor
StructField
StructField class
Constructors
StructField
Properties
bytes
type
hashCode
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
StructField constructor
StructField
(
int
type
,
Uint8List
bytes
)
Implementation
StructField(this.type, this.bytes);