TypeOrdering constructor

const TypeOrdering(
  1. String customType,
  2. String field, {
  3. bool descending,
})

Implementation

const factory TypeOrdering(final String customType, final String field,
    {final bool descending}) = _$TypeOrdering;