Bundle class
Constructors
- Bundle()
Properties
Methods
-
getArrayString(
String key) → List< String> ? -
getBoolean(
String key) → bool? -
getBooleanArrayList(
String key) → List< bool> ? -
getInt(
String key) → int? -
getIntegerArrayList(
String key) → List< int> ? -
getString(
String key) → String? -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
putBoolean(
String key, bool b) → void -
putBooleanArrayList(
String key, List< bool> arr) → void -
putInt(
String key, int? i) → void -
putIntegerArrayList(
String key, List< int> arr) → void -
putString(
String key, String? s) → void -
putStringArrayList(
String key, List< String> arr) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited