ResellernotifyResource.fromJson constructor

ResellernotifyResource.fromJson(
  1. Map json_
)

Implementation

ResellernotifyResource.fromJson(core.Map json_)
  : this(topicName: json_['topicName'] as core.String?);