AllowedConsumer.fromJson constructor

AllowedConsumer.fromJson(
  1. Map json_
)

Implementation

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