NamedProperty class

A typed name-value pair for structured data.

The type of the value should be the same as the registered type for the name property in the object definition of objectType.

Constructors

NamedProperty({bool? booleanValue, DateValues? dateValues, DoubleValues? doubleValues, EnumValues? enumValues, HtmlValues? htmlValues, IntegerValues? integerValues, String? name, ObjectValues? objectValues, TextValues? textValues, TimestampValues? timestampValues})
NamedProperty.fromJson(Map json_)

Properties

booleanValue bool?
getter/setter pair
dateValues DateValues?
getter/setter pair
doubleValues DoubleValues?
getter/setter pair
enumValues EnumValues?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
htmlValues HtmlValues?
getter/setter pair
integerValues IntegerValues?
getter/setter pair
name String?
The name of the property.
getter/setter pair
objectValues ObjectValues?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
textValues TextValues?
getter/setter pair
timestampValues TimestampValues?
getter/setter pair

Methods

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

Operators

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