InsufficientGpsFailureDetails.fromJson constructor

InsufficientGpsFailureDetails.fromJson(
  1. Map json_
)

Implementation

InsufficientGpsFailureDetails.fromJson(core.Map json_)
  : this(gpsPointsFound: json_['gpsPointsFound'] as core.int?);