LocationPoi.fromJson constructor

LocationPoi.fromJson(
  1. Map json
)

Implementation

factory LocationPoi.fromJson(Map<dynamic, dynamic> json) => _$LocationPoiFromJson(json);