LspOutgoingCall constructor

const LspOutgoingCall({
  1. required LspCallHierarchyItem to,
  2. required List<LspRange> fromRanges,
})

Implementation

const LspOutgoingCall({required this.to, required this.fromRanges});