InternalArea.fromJson constructor

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

Implementation

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