GoogleCastIosDevice constructor
GoogleCastIosDevice({})
Implementation
GoogleCastIosDevice({
required super.deviceID,
required super.friendlyName,
required super.modelName,
required super.statusText,
required super.deviceVersion,
required super.isOnLocalNetwork,
required super.category,
required super.uniqueID,
required this.index,
});