ProfileAddressesContainer.fromJson constructor

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

Implementation

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