CastDevice constructor

CastDevice({
  1. String? name,
  2. String? ip,
  3. int? port,
})

Implementation

CastDevice({this.name, this.ip, this.port});