InlineCompletion constructor

const InlineCompletion({
  1. required String text,
})

Implementation

const InlineCompletion({required this.text});