MintInfo.fromRawJson constructor

MintInfo.fromRawJson(
  1. String str
)

Implementation

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