itemDecoder method
Decodes an item in the JSON RPC List response.
Implementation
@override
AccountInfo? itemDecoder(
final Map<String, dynamic>? item,
) => item != null ? AccountInfo.fromJson(item) : null;
Decodes an item in the JSON RPC List response.
@override
AccountInfo? itemDecoder(
final Map<String, dynamic>? item,
) => item != null ? AccountInfo.fromJson(item) : null;