MintTransaction.fromRawJson constructor

MintTransaction.fromRawJson(
  1. String str
)

Implementation

factory MintTransaction.fromRawJson(String str) =>
    MintTransaction.fromJson(json.decode(str));