HubCommandModel class
- Available extensions
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
-
HubCommandModel({HubCommandType? commandType, List<
Object> ? arguments, int? commandId, BulkTxSetupArgs? bulkTxSetupArgs, FwUpdateSetupArgs? fwUpdateSetupArgs, FwUpdateTestSwapArgs? fwUpdateTestSwapArgs, FwUpdateCommitArgs? fwUpdateCommitArgs, BytesArgs? bytesArgs, AddAtsArgs? addAtsArgs, SetModeArgs? setModeArgs, SetParameterArgs? setParameterArgs}) -
const
-
HubCommandModel.fromJson(Map<
String, dynamic> json) -
factory
Properties
- addAtsArgs → AddAtsArgs?
-
final
-
arguments
→ List<
Object> ? -
final
- bulkTxSetupArgs → BulkTxSetupArgs?
-
final
- bytesArgs → BytesArgs?
-
final
- commandId → int?
-
final
- commandType → HubCommandType?
-
final
- fwUpdateCommitArgs → FwUpdateCommitArgs?
-
final
- fwUpdateSetupArgs → FwUpdateSetupArgs?
-
final
- fwUpdateTestSwapArgs → FwUpdateTestSwapArgs?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- setModeArgs → SetModeArgs?
-
final
- setParameterArgs → SetParameterArgs?
-
final
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.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override
Constants
-
fromJsonFactory
→ const HubCommandModel Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(HubCommandModel instance)