Consumer.fromJson constructor
Consumer.fromJson(
- Map json_
Implementation
Consumer.fromJson(core.Map json_)
: this(project: json_['project'] as core.String?);
Consumer.fromJson(core.Map json_)
: this(project: json_['project'] as core.String?);