Field class Null safety
Constructors
- Field(Buffer buffer)
-
factory
- Field.forTests(int? type)
Properties
- catalog → String?
-
final
- characterSet → int?
-
final
- db → String?
-
final
- decimals → int?
-
final
- defaultValue → int?
-
final
- flags → int?
-
final
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- length → int?
-
final
- name → String?
-
final
- orgName → String?
-
final
- orgTable → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- table → String?
-
final
- type → int?
-
final
- typeString → String
-
read-only
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited