Balance constructor

Balance(
  1. String json
)

Create a new balance object

Implementation

Balance(this.json) : map = jsonDecode(json);