ListExp class

Inheritance
Available Extensions
Annotations
  • @freezed

Constructors

ListExp(@ExpConverter() List<Expression> list, {@Default(false) @JsonKey(ignore: true, defaultValue: false) bool retry})
const
factory
ListExp.empty(bool retry)
factory

Properties

asBool bool
no setterinherited
asDate DateTime
no setterinherited
asNum num
no setterinherited
asString String
no setterinherited
copyWith → $ListExpCopyWith<ListExp>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
isBool bool
no setterinherited
isDate bool
no setterinherited
isEmpty bool
no setteroverride
isNotEmpty bool
no setteroverride
isNum bool
no setterinherited
list List<Expression>
no setterinherited
retry bool
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value String?
no setterinherited

Methods

cast<T extends Expression>() → T?
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