fromJson static method
Implementation
static MPLocationSettings? fromJson(json) => json != null && json != "null"
? MPLocationSettings._fromJson(json is String ? jsonDecode(json) : json)
: null;
static MPLocationSettings? fromJson(json) => json != null && json != "null"
? MPLocationSettings._fromJson(json is String ? jsonDecode(json) : json)
: null;