ModelPage<T extends IModel> class

ModelPage Has The Data Of Page

Constructors

ModelPage({required ManagePage<T> page(Scaffold scaffold(Widget body, Widget floatingActionButton), double heightDialog), required EFTable<T> table, required String appBarName, required IconData icon})

Properties

appBarName String
appBarName Is For The App Bar Name
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
icon IconData
icon For The Icon In Drawer Or BottomNB
getter/setter pair
page ManagePage<T> Function(Scaffold scaffold(Widget body, Widget floatingActionButton), double heightDialog)
For The ManagePage Has A Page
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
table EFTable<T>
table Is For The Current Table
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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