ColumnString class

ColumnString

Implemented types

Constructors

ColumnString.new({required String key, required String type, required String status, required String error, required bool xrequired, bool? array, required String $createdAt, required String $updatedAt, required int size, String? xdefault, bool? encrypt})
ColumnString.fromMap(Map<String, dynamic> map)
factory

Properties

$createdAt String
Column creation date in ISO 8601 format.
final
$updatedAt String
Column update date in ISO 8601 format.
final
array bool?
Is column an array?
final
encrypt bool?
Defines whether this column is encrypted or not.
final
error String
Error message. Displays error generated on failure of creating or deleting an column.
final
hashCode int
The hash code for this object.
no setterinherited
key String
Column Key.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size int
Column size.
final
status String
Column status. Possible values: available, processing, deleting, stuck, or failed
final
type String
Column type.
final
xdefault String?
Default value for column when not provided. Cannot be set when column is required.
final
xrequired bool
Is column required?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

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