EFProperty<T extends IModel> class

EFProperty For The Property

Constructors

EFProperty({PropertyGetDelegate<dynamic, T>? propertyGet, PropertySetDelegate<T, dynamic>? propertySet, required String name, required TypeEnum type, bool isIndexed = true})

Properties

hashCode int
The hash code for this object.
no setterinherited
isIndexed bool
isIndexed This Will Make This Field Indexed
getter/setter pair
name String
name For Prop Name
getter/setter pair
propertyGet PropertyGetDelegate<dynamic, T>?
How to get
getter/setter pair
propertySet PropertySetDelegate<T, dynamic>?
How to set
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type TypeEnum
type For The Type
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