CheckConsumerConfigResponse.fromJson constructor
CheckConsumerConfigResponse.fromJson(
- Map json_
Implementation
CheckConsumerConfigResponse.fromJson(core.Map json_)
: this(
errors: (json_['errors'] as core.List?)
?.map((value) => value as core.String)
.toList(),
);