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