$columns property

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

All columns from this table or view.

Implementation

@override
List<GeneratedColumn> get $columns => [
      userId,
      enablePopups,
      locale,
      showIntroduction,
      sideBarWidth,
      callButtons,
      pinnedActions,
      callButtonsPosition,
      workWithUsTabEnabled,
      videoDevice,
      audioDevice,
      outputDevice,
      screenDevice,
      muteKeys
    ];