Publisher.fromJson constructor

Publisher.fromJson(
  1. Map json_
)

Implementation

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