transferType property

  1. @JsonKey(name: 'transfer_type', toJson: transferEventListTransferTypeToJson, fromJson: transferEventListTransferTypeFromJson)
TransferEventListTransferType? transferType
final

Implementation

@JsonKey(
  name: 'transfer_type',
  toJson: transferEventListTransferTypeToJson,
  fromJson: transferEventListTransferTypeFromJson,
)
final enums.TransferEventListTransferType? transferType;