StringDataType class
Constructors
- StringDataType()
-
const
Properties
- defaultValue → String
-
Returns the default value, typically equivalent to the zero or null value.
no setteroverride
-
equality
→ Equality<
String> -
Returns an equality relation.
no setteroverride
-
field
→ Field<
String> -
Returns a mathematical field, if available.
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- isNullable → bool
-
Returns true, if this DataType supports
null
values.no setterinherited - name → String
-
Returns the name of this DataType.
no setteroverride
-
nullable
→ DataType<
String?> -
Returns a DataType that supports
null
values.no setterinherited -
printer
→ Printer<
String> -
Returns a default printer for this data type.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
cast(
dynamic value) → String -
Casts the argument to this data type, otherwise throw an
ArgumentError.
override
-
castList(
Iterable< Object?> elements) → List<String> -
Casts an existing
iterable
to this data type.inherited -
comparator(
String a, String b) → int -
Returns a Comparator that compares one element to another.
override
-
copyList(
Iterable< String> iterable, {int? length, String? fillValue, bool readonly = false}) → List<String> -
Creates a fixed-length list copy of the
iterable
, possibly with a modifiedlength
and if necessary populated withfillValue
.inherited -
newList(
int length, {Map1< int, String> ? generate, String? fillValue, bool readonly = false}) → List<String> -
Creates a fixed-length list of this data type.
inherited
-
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