$EventbusProtoProtoParameterArray.fromJson constructor

$EventbusProtoProtoParameterArray.fromJson(
  1. 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(),
    );