FungibleInfo.fromRawJson constructor

FungibleInfo.fromRawJson(
  1. String str
)

Implementation

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