FlutterAndroidExtra constructor

const FlutterAndroidExtra({
  1. Map<String, String> es = const <String, String>{},
  2. Map<String, bool> ez = const <String, bool>{},
  3. Map<String, int> ei = const <String, int>{},
  4. Map<String, int> el = const <String, int>{},
  5. Map<String, double> ef = const <String, double>{},
  6. Map<String, String> eu = const <String, String>{},
  7. Map<String, String> ecn = const <String, String>{},
  8. Map<String, List<int>> eia = const <String, List<int>>{},
  9. Map<String, List<int>> ela = const <String, List<int>>{},
  10. Map<String, List<double>> efa = const <String, List<double>>{},
  11. Map<String, List<String>> esa = const <String, List<String>>{},
  12. bool grantReadUriPermission = false,
  13. bool grantWriteUriPermission = false,
  14. bool excludeStoppedPackages = false,
  15. bool includeStoppedPackages = false,
})

Implementation

const FlutterAndroidExtra({
  this.es = const <String, String>{},
  this.ez = const <String, bool>{},
  this.ei = const <String, int>{},
  this.el = const <String, int>{},
  this.ef = const <String, double>{},
  this.eu = const <String, String>{},
  this.ecn = const <String, String>{},
  this.eia = const <String, List<int>>{},
  this.ela = const <String, List<int>>{},
  this.efa = const <String, List<double>>{},
  this.esa = const <String, List<String>>{},
  this.grantReadUriPermission = false,
  this.grantWriteUriPermission = false,
  this.excludeStoppedPackages = false,
  this.includeStoppedPackages = false,
});