AddressLabel.fromRawJson constructor

AddressLabel.fromRawJson(
  1. String str
)

Implementation

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