ValueProperty class

Inheritance

Constructors

ValueProperty({required String name, String? description, required SimpleValue type, List? enumValues, bool required = false})

Properties

description → String?
finalinherited
enumValues → List?
final
hashCode → int
The hash code for this object.
no setterinherited
name → String
finalinherited
required → bool
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
type → SimpleValue
final

Methods

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

Operators

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