$EventbusProtoProtoParameterArray.fromJson constructor
$EventbusProtoProtoParameterArray.fromJson(
- Map json_
Implementation
$EventbusProtoProtoParameterArray.fromJson(core.Map json_)
: this(
protoValues: (json_['protoValues'] as core.List?)
?.map((value) => value as core.Map<core.String, core.dynamic>)
.toList(),
);