AccountNFT.fromJson constructor

AccountNFT.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory AccountNFT.fromJson(Map<String, dynamic> json) => _$AccountNFTFromJson(json);