getPoiToJson function

String? getPoiToJson(
  1. GetPoi data
)

Implementation

String? getPoiToJson(GetPoi data) => json.encode(data.toJson());