$columns property

  1. @override
List<GeneratedColumn<Object>> get $columns
override

All columns from this table or view.

Implementation

@override
List<GeneratedColumn> get $columns => [
  accountKey,
  tableId,
  rowKey,
  phase,
  actionId,
  attemptCount,
  nextRetryAt,
  errorCode,
  errorMessage,
  lastServerSeq,
  pendingValuesJson,
  tombstone,
  updatedAt,
];