Address.fromJson constructor

Address.fromJson(
  1. String json
)

Implementation

factory Address.fromJson(String json) => Address(address: json);