Property class

Constructors

Property.bool({required String name, required bool value, PropertyType? forceType})
Property.date({required String name, required DateTime value, PropertyType? forceType})
Property.double({required String name, required double value, PropertyType? forceType})
Property.doubleArray({required String name, required List<double> value, PropertyType? forceType})
Property.int({required String name, required int value, PropertyType? forceType})
Property.intArray({required String name, required List<int> value, PropertyType? forceType})
Property.string({required String name, required String value, PropertyType? forceType})
Property.stringArray({required String name, required List<String> value, PropertyType? forceType})

Properties

hashCode int
The hash code for this object.
no setterinherited
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
toString() String
A string representation of this object.
inherited

Operators

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