menu
arcgis_maps package
documentation
entities/features/agml_feature_service.dart
AGMLFeatureService
toJson method
toJson method
dark_mode
light_mode
toJson
method
Map
<
String
,
dynamic
>
toJson
(
)
Implementation
Map<String, dynamic> toJson() => { "id": id, "url": url, "viewPoint": viewPoint?.toJson() };
arcgis_maps package
documentation
entities/features/agml_feature_service
AGMLFeatureService
toJson method
AGMLFeatureService class