DataField class abstract

Generic data field, implemented for any concrete classes below.

Implementers

Constructors

DataField()

Properties

hashCode int
The hash code for this object.
no setterinherited
isNotNull bool
no setter
isNull bool
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value → dynamic
no setter

Methods

clear() → void
getProtoValue() → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setValue(dynamic v) → void
toJsonValue() String
toProto3Json() → Option<Map<String, dynamic>>
toString() String
A string representation of this object.
inherited
tryGetValue(bool fn(dynamic value)) bool

Operators

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