BlockhasValidResult class
- Inheritance
-
- Object
- ContextResult<
bool> - BlockhasValidResult
- Annotations
-
- @JsonSerializable()
Constructors
- BlockhasValidResult({required Context context, required bool value})
-
const
-
BlockhasValidResult.fromJson(Map<
String, dynamic> json) -
factory
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited