flutterConfig property

  1. @override
List<String>? flutterConfig
getter/setter pairoverride

A yaml map of the flutter config Formatted lines as they would appear in pubspec.yaml The map under 'flutter:' in pubspec.yaml

Implementation

@override
List<String>? flutterConfig;