NsgSorting class

Constructors

NsgSorting.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
isEmpty bool
Проверка наличия в фильтре хотя бы одного условия
no setter
isNotEmpty bool
Проверка наличия в фильтре хотя бы одного условия
no setter
length int
no setter
paramList List<NsgSortingParam>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

add({required String name, required NsgSortingDirection direction}) → void
addStringParams(String sortingString) → void
Добавить параметры сортировки из строки. Параметры в строке разделяются запятыми без пробелов Могут содержать имя поля (обязательно) и направление сортировки (опционально) Если направление сортировки не задано, она будет по возрастанию Например, ИмяПоля1-,ИмяПоля2,ИмяПоля3+
clear() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited