GeolocationHeading.fromJson constructor

GeolocationHeading.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory GeolocationHeading.fromJson(Map<String, dynamic> json) =>
    _$GeolocationHeadingFromJson(json);