GoogleCastIosDevice constructor
GoogleCastIosDevice({})
Creates a new GoogleCastIosDevice instance.
All parameters except index
are required and are passed to the base GoogleCastDevice.
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,
});