ElementData class

A serializable data class used to hold data about a specific element of a mesh node

Annotations
  • @JsonSerializable(anyMap: true)

Constructors

ElementData(int key, String name, int address, int locationDescriptor, List<ModelData> models)
A serializable data class used to hold data about a specific element of a mesh node
ElementData.fromJson(Map json)
Provide a constructor to get ElementData from JSON Map. A serializable data class used to hold data about a specific element of a mesh node
factory

Properties

address int
final
hashCode int
The hash code for this object.
no setterinherited
key int
final
locationDescriptor int
final
models List<ModelData>
final
name String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
Provide a constructor to get Map from ElementData. A serializable data class used to hold data about a specific element of a mesh node
toString() String
A string representation of this object.
override

Operators

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