RocketController class

حاص بتخزين النماذج المستحدمة و الحفاظ على البياتات

Constructors

RocketController()
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
keys List<String>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

add<T>(String key, T model, {bool readOnly = false}) → T
اضافة تموذج جديد
get<T>(String key) → T
الوصول لنموذج
hasKey(String key) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
remove(String key) → void
حذف النموذح
removeWhere(bool test(String, dynamic)) → void
toString() String
A string representation of this object.
inherited

Operators

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