AddressMints.fromRawJson constructor

AddressMints.fromRawJson(
  1. String str
)

Implementation

factory AddressMints.fromRawJson(String str) =>
    AddressMints.fromJson(json.decode(str));