ServicerAddress.fromJson constructor

ServicerAddress.fromJson(
  1. dynamic json
)

Implementation

ServicerAddress.fromJson(dynamic json) {
  _identifier = json['identifier'];
  _address = json['address'];
}