isCompletionInstalled property

  1. @override
bool get isCompletionInstalled
override

Throws Type. @Throwing(Type)

Implementation

@override
bool get isCompletionInstalled {
  // good enough
  // ignore: only_throw_errors
  throw UnimplementedError;
}