MaybeInfo class

Constructors

MaybeInfo({required DatatypeSort sort, required ConstVar nothing, required FuncDecl isNothing, required FuncDecl just, required FuncDecl isJust, required FuncDecl value})

Properties

hashCode int
The hash code for this object.
no setterinherited
isJust FuncDecl
final
isNothing FuncDecl
final
just FuncDecl
final
nothing ConstVar
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sort DatatypeSort
final
value FuncDecl
final

Methods

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