Bundle class

Constructors

Bundle()

Properties

bundle Map<String, Map<String, dynamic>>
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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