YustOrderBy constructor

YustOrderBy({
  1. required String field,
  2. bool descending = false,
})

Implementation

YustOrderBy({required this.field, this.descending = false});