FunctionExp class

Inheritance
Available Extensions
Annotations
  • @freezed

Constructors

FunctionExp(String name, @ExpConverter() List<Expression> params, {@Default(false) @JsonKey(ignore: true, defaultValue: false) bool retry})
const
factory

Properties

asBool bool
no setterinherited
asDate DateTime
no setterinherited
asNum num
no setterinherited
asString String
no setterinherited
copyWith → $FunctionExpCopyWith<FunctionExp>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
isBool bool
no setterinherited
isDate bool
no setterinherited
isEmpty bool
no setterinherited
isNotEmpty bool
no setterinherited
isNum bool
no setterinherited
name String
no setterinherited
params 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