BusinessArea.fromJson constructor

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

Implementation

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