encryptedPassword property

GeneratedColumn<String> get encryptedPassword

Implementation

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