CastDevice constructor
const
CastDevice({})
Implementation
const CastDevice({
required this.id,
required this.name,
required this.host,
required this.port,
this.friendlyName,
this.model,
});
const CastDevice({
required this.id,
required this.name,
required this.host,
required this.port,
this.friendlyName,
this.model,
});