NullsString class abstract

Constructors

NullsString([void updates(NullsStringBuilder b)])
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
string String?
no setter
valid bool?
Valid is true if String is not NULL
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(NullsStringBuilder)) NullsString
Rebuilds the instance.
inherited
toBuilder() NullsStringBuilder
Converts the instance to a builder B.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

serializer → Serializer<NullsString>
no setter