AccountInfo.fromJson constructor

AccountInfo.fromJson(
  1. String source
)

Implementation

factory AccountInfo.fromJson(String source) => AccountInfo.fromMap(json.decode(source));