AddressNullable.fromJson constructor

AddressNullable.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory AddressNullable.fromJson(Map<String, dynamic> json) =>
    _$AddressNullableFromJson(json);