Balance.fromJson constructor

Balance.fromJson(
  1. String str
)

Implementation

factory Balance.fromJson(String str) => Balance.fromMap(json.decode(str));