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