SqfEntitySequenceBase class
Properties
-
cycle
↔ bool?
-
cycle if true then, When sequence reaches its max value it starts from beginning. otherwise An exception will be thrown if sequence exceeds its max_value.
getter/setter pair
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
incrementBy
↔ int
-
Value by which sequence will increment itself. Increment_value can be positive or negative.
getter/setter pair
-
initialized
↔ bool
-
getter/setter pair
-
maxValue
↔ int
-
Maximum value of the sequence.
getter/setter pair
-
minValue
↔ int
-
Minimum value of the sequence.
getter/setter pair
-
modelName
↔ String?
-
getter/setter pair
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
sequenceName
↔ String?
-
Name of the sequence.
getter/setter pair
-
startWith
↔ int
-
starting value from where the sequence starts. startWith value should be greater than or equal
to minimum value and less than equal to maximum value.
getter/setter pair