MeshSchema class

Constructors

MeshSchema.new({required String rootTagName, required List<ElementType> elements})
MeshSchema.fromJson(Map<String, dynamic> json)
factory

Properties

elements List<ElementType>
no setter
elementsByTagName Map<String, ElementType>
final
hashCode int
The hash code for this object.
no setterinherited
root ElementType
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

element(String name) ElementType
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited
validate() → void

Operators

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