fromJson static method

TransactionTransferMethod fromJson(
  1. int index
)

Implementation

static TransactionTransferMethod fromJson(int index) => values[index];