PolicyResponse.fromJson constructor

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

Implementation

PolicyResponse.fromJson(Map<String, dynamic> json) {
  policy = PolicyApiDto.fromJson(json['policy']);
}