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,
);