RemoteSensorInfo constructor

RemoteSensorInfo([
  1. void updates(
    1. RemoteSensorInfoBuilder b
    )?
])

Implementation

factory RemoteSensorInfo(
    [void Function(RemoteSensorInfoBuilder b)? updates]) = _$RemoteSensorInfo;