CommuneResponse.fromJson constructor

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

Implementation

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