hasFlutterContext property

bool get hasFlutterContext

Implementation

bool get hasFlutterContext {
  return context.flutterContext != null;
}