hidden property

  1. @protected
List<String> get hidden

Columns stripped from the rows the model hands back.

This covers the row-returning reads — get, first, find, paginate, chunk — and toJson. pluck and value name a single column outright, so rather than strip it they throw when handed a hidden one.

Implementation

@protected
List<String> get hidden => [];