isOmitted abstract method

bool isOmitted(
  1. T object
)

Returns true if the field should be omitted from display.

Implementation

bool isOmitted(T object);