FdcDataAdapterFilter.isNullOrWhitespace constructor

const FdcDataAdapterFilter.isNullOrWhitespace(
  1. String fieldName
)

Implementation

const FdcDataAdapterFilter.isNullOrWhitespace(this.fieldName)
  : value = null,

    /// Whether textual comparison is case-sensitive.
    caseSensitive = false,

    /// Backend comparison operator.
    operator = FdcDataAdapterFilterOperator.isNullOrWhitespace;