LspOutgoingCall constructor
const
LspOutgoingCall({
- required LspCallHierarchyItem to,
- required List<
LspRange> fromRanges,
Implementation
const LspOutgoingCall({required this.to, required this.fromRanges});