Row class

Row

Implemented types

Constructors

Row.new({required String $id, required int $sequence, required String $tableId, required String $databaseId, required String $createdAt, required String $updatedAt, required List<String> $permissions, required Map<String, dynamic> data})
Row.fromMap(Map<String, dynamic> map)
factory

Properties

$createdAt String
Row creation date in ISO 8601 format.
final
$databaseId String
Database ID.
final
$id String
Row ID.
final
$permissions List<String>
Row permissions. Learn more about permissions.
final
$sequence int
Row automatically incrementing ID.
final
$tableId String
Table ID.
final
$updatedAt String
Row update date in ISO 8601 format.
final
data Map<String, dynamic>
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

convertTo<T>(T fromJson(Map<String, dynamic>)) → T
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