Area.fromJson constructor

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

Implementation

factory Area.fromJson(Map<String, dynamic> json) {
  return _$AreaFromJson(json);
}