GoogleCastDevice constructor
GoogleCastDevice({})
Creates a new Google Cast device instance.
All parameters except modelName
and statusText
are required.
Implementation
GoogleCastDevice({
required this.deviceID,
required this.friendlyName,
required this.modelName,
required this.statusText,
required this.deviceVersion,
required this.isOnLocalNetwork,
required this.category,
required this.uniqueID,
});