NftInfo.fromRawJson constructor

NftInfo.fromRawJson(
  1. String str
)

Implementation

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