Balance.fromJson constructor

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

Implementation

Balance.fromJson(Map<String, dynamic> json) {
  numberDecimal = json['\u0024numberDecimal'];
}