PendingGoogleUpdateInsight.fromJson constructor

PendingGoogleUpdateInsight.fromJson(
  1. Map _json
)

Implementation

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