Row constructor
Row({})
Implementation
Row({
required this.$id,
required this.$sequence,
required this.$tableId,
required this.$databaseId,
required this.$createdAt,
required this.$updatedAt,
required this.$permissions,
required this.data,
});