LatLngBounds.fromJson constructor

LatLngBounds.fromJson(
  1. Map<String, Object?> json
)

Parse an LatLngBounds from json.

Implementation

factory LatLngBounds.fromJson(Map<String, Object?> json) =>
    _$LatLngBoundsFromJson(json);