type property

  1. @JsonKey(toJson: heliumTransactionTypeToJson, fromJson: heliumTransactionTypeFromJson)
HeliumTransactionType type
final

The type of transaction.

Implementation

@JsonKey(
  toJson: heliumTransactionTypeToJson,
  fromJson: heliumTransactionTypeFromJson,
)
final HeliumTransactionType type;