BLOB class
- Inheritance
-
- Object
- ColumnProto
- BLOB
Constructors
Properties
- autoInc → int
-
finalinherited
- check → String?
-
finalinherited
- defaultValue → String?
-
finalinherited
- extras → String?
-
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- index → bool
-
finalinherited
- name → String?
-
finalinherited
- notNull → bool
-
finalinherited
- primaryKey → bool
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → String
-
finalinherited
- unique → bool
-
finalinherited
- uniqueName → String?
-
finalinherited
Methods
-
decode(
Object? value) → Object? -
decode from database value to dart value
inherited
-
encode(
Object? value) → Object? -
encode datr value to database value
inherited
-
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