fromJson static method

GeolocatorCapability? fromJson(
  1. dynamic value
)

Implementation

static GeolocatorCapability? fromJson(dynamic value) =>
    GeolocatorCapabilityTypeTransformer().decode(value);