$EventbusProtoSerializedObjectParameter.fromJson constructor

$EventbusProtoSerializedObjectParameter.fromJson(
  1. Map json_
)

Implementation

$EventbusProtoSerializedObjectParameter.fromJson(core.Map json_)
    : this(
        objectValue: json_['objectValue'] as core.String?,
      );