PendingGoogleUpdateInsight.fromJson constructor
PendingGoogleUpdateInsight.fromJson(
- Map _json
Implementation
PendingGoogleUpdateInsight.fromJson(core.Map _json)
: this(
nameOfGoogleLibrary: _json.containsKey('nameOfGoogleLibrary')
? _json['nameOfGoogleLibrary'] as core.String
: null,
);