BooleanDataType class

Inheritance

Constructors

BooleanDataType()
const

Properties

defaultValue bool
Returns the default value, typically equivalent to the zero or null value.
no setteroverride
equality Equality<bool>
Returns an equality relation.
no setterinherited
field Field<bool>
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<bool?>
Returns a DataType that supports null values.
no setterinherited
printer → Printer<bool>
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) bool
Casts the argument to this data type, otherwise throw an ArgumentError.
override
castList(Iterable<Object?> elements) List<bool>
Casts an existing iterable to this data type.
inherited
comparator(bool a, bool b) int
Returns a Comparator that compares one element to another.
inherited
copyList(Iterable<bool> iterable, {int? length, bool? fillValue, bool readonly = false}) List<bool>
Creates a fixed-length list copy of the iterable, possibly with a modified length and if necessary populated with fillValue.
inherited
newList(int length, {Map1<int, bool>? generate, bool? fillValue, bool readonly = false}) List<bool>
Creates a fixed-length list of this data type.
override
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