apiKey property

ColumnOrderings<String> get apiKey

Implementation

ColumnOrderings<String> get apiKey => $composableBuilder(
    column: $table.apiKey, builder: (column) => ColumnOrderings(column));