ElementType class

Constructors

ElementType({required String tagName, required String? description, required List<ElementProperty> properties})
ElementType.fromJson(Map<String, dynamic> json)
factory

Properties

childPropertyName → String?
no setter
description → String?
no setter
hashCode → int
The hash code for this object.
no setterinherited
properties → List<ElementProperty>
no setter
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
tagName → String
no setter

Methods

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

Operators

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