Publisher.fromJson constructor
Publisher.fromJson(
- Map json_
Implementation
Publisher.fromJson(core.Map json_)
: this(
name: json_['name'] as core.String?,
primaryContact: json_['primaryContact'] as core.String?,
);