RawContractState class sealed
- Annotations
-
- @Freezed(unionKey: 'type')
Constructors
- RawContractState.exists(ExistingContract data)
-
constfactory
-
RawContractState.fromJson(Map<
String, dynamic> json) -
factory
- RawContractState.notExists(NotExistingContract data)
-
constfactory
Properties
Methods
-
isExists(
) → bool -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
Serializes this RawContractState to a JSON map.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited