fromProto static method
- Update proto
Implementation
static ParameterServiceInputMessage fromProto(cmd_handling_pb.Update proto) {
return ParameterServiceInputMessage.parameterUpdate(
id: proto.id,
value: proto.value,
);
}
static ParameterServiceInputMessage fromProto(cmd_handling_pb.Update proto) {
return ParameterServiceInputMessage.parameterUpdate(
id: proto.id,
value: proto.value,
);
}