FlutterAndroidExtra class

Available extensions
Annotations
  • @CopyWith.new()

Constructors

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

Properties

copyWith → _$FlutterAndroidExtraCWProxy

Available on FlutterAndroidExtra, provided by the $FlutterAndroidExtraCopyWith extension

Returns a callable class that can be used as follows: instanceOfFlutterAndroidExtra.copyWith(...) or like so:instanceOfFlutterAndroidExtra.copyWith.fieldName(...).
no setter
ecn Map<String, String>
final
ef Map<String, double>
final
efa Map<String, List<double>>
final
ei Map<String, int>
final
eia Map<String, List<int>>
final
el Map<String, int>
final
ela Map<String, List<int>>
final
es Map<String, String>
final
esa Map<String, List<String>>
final
eu Map<String, String>
final
excludeStoppedPackages bool
final
ez Map<String, bool>
final
grantReadUriPermission bool
final
grantWriteUriPermission bool
final
hashCode int
The hash code for this object.
no setterinherited
includeStoppedPackages bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

asArguments() List<String>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pubBool(String key, bool value) → dynamic
putFloat(String key, double value) → dynamic
putFloatArray(String key, List<double> value) → dynamic
putInt(String key, int value) → dynamic
putIntArray(String key, List<int> value) → dynamic
putLong(String key, int value) → dynamic
putLongArray(String key, List<int> value) → dynamic
putString(String key, String value) → dynamic
putStringArray(String key, List<String> value) → dynamic
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited