const factory DeviceInfo({ required String name, required String guid, required int type, }) = _DeviceInfo;