DecodedMessageExtInMsgDecodedResponse class
- Mixed-in types
Constructors
- DecodedMessageExtInMsgDecodedResponse.new({DecodedMessageExtInMsgDecodedWalletV3Response? walletV3, DecodedMessageExtInMsgDecodedWalletV4Response? walletV4, DecodedMessageExtInMsgDecodedWalletHighloadV2Response? walletHighloadV2})
-
const
-
DecodedMessageExtInMsgDecodedResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- walletHighloadV2 → DecodedMessageExtInMsgDecodedWalletHighloadV2Response?
-
final
- walletV3 → DecodedMessageExtInMsgDecodedWalletV3Response?
-
final
- walletV4 → DecodedMessageExtInMsgDecodedWalletV4Response?
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
Converts the object to a JSON-compatible
Map<String, dynamic>
.override -
toString(
) → String -
Returns a string representation of the object,
including its runtime type and JSON serialization.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited