SqfEntityModelConverter class

To get the generated class from the clipboard instead of running build command

to see example:

check createSqfEntityModelString() method in example -> https://github.com/hhtokpinar/sqfEntity/blob/master/example/lib/main.dart

Properties

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

Methods

getFieldProperties(SqfEntityField field, SqfEntityFieldType toField) SqfEntityFieldType
Assign field properties from defined constant field
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toFields(SqfEntityTable table) List<SqfEntityFieldType>?
Convert defined constant tables into SqfEntityFieldType
toModelBase() SqfEntityModelBase
Convert defined constant model into SqfEntityModelBase
toSequence(SqfEntitySequence? seq) SqfEntitySequenceBase?
Convert sent constant sequences into SqfEntitySequenceBase
toSequences() List<SqfEntitySequenceBase>?
Convert defined constant sequences into List
toString() String
A string representation of this object.
inherited
toTable(SqfEntityTable table) SqfEntityTableBase
Convert defined constant tables into SqfEntityTableBase
toTables() List<SqfEntityTableBase>?
Convert defined constant tables into List

Operators

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