Call constructor
const
Call({})
Implementation
const Call({
required this.domain,
required this.topic,
this.type = CallType.video,
this.location,
this.targetOperatorId,
this.dynamicAttrs = const {},
});
const Call({
required this.domain,
required this.topic,
this.type = CallType.video,
this.location,
this.targetOperatorId,
this.dynamicAttrs = const {},
});