hasFlutterPluginKey property

bool hasFlutterPluginKey

Implementation

bool get hasFlutterPluginKey =>
    hasFlutterKey &&
    _content['flutter'] is Map &&
    _content['flutter']['plugin'] != null;