IBasic<T> class abstract

Implemented types
Implementers

Constructors

IBasic()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

check() → void
extras() → void
hideLoading({int? delayMillis}) → void
inherited
init() → void
listeners() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onClick({Widget? w, dynamic id, BuildContext? ctx}) → void
inherited
onItemClick({Widget? w, T? item, int? position, dynamic id, BuildContext? ctx}) → void
inherited
onItemLongClick({Widget? w, T? item, int? position, dynamic id, BuildContext? ctx}) → void
inherited
onLongClick({Widget? w, dynamic id, BuildContext? ctx}) → void
inherited
showLoading({String? message, bool showProgressIndeterminate = true, Widget? progressIndicator}) → void
inherited
toString() String
A string representation of this object.
inherited
validate() bool

Operators

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