LocationPolicyLocation_Preference.fromJson constructor

LocationPolicyLocation_Preference.fromJson(
  1. Object? json
)

Implementation

factory LocationPolicyLocation_Preference.fromJson(Object? json) =>
    LocationPolicyLocation_Preference(json as String);