type property

  1. @JsonKey(toJson: _heliumTransactionTypeToJson, fromJson: _heliumTransactionTypeFromJson)
HeliumTransactionType type
final

The type of transaction.

Implementation

@JsonKey(
  toJson: _heliumTransactionTypeToJson,
  fromJson: _heliumTransactionTypeFromJson,
)
final HeliumTransactionType type;