ResellernotifyResource.fromJson constructor
ResellernotifyResource.fromJson(
- Map json_
Implementation
ResellernotifyResource.fromJson(core.Map json_)
: this(
topicName: json_.containsKey('topicName')
? json_['topicName'] as core.String
: null,
);