SortParamData class

Constructors

SortParamData({required String param, SortParamMode? sortMode})

Properties

hashCode int
The hash code for this object.
no setterinherited
param String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sortMode SortParamMode
getter/setter pair
sortModeName String?
no setter

Methods

build({String separator = SortParamUtils.SORT_SEPARATOR}) String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

fromMap({String sortKey = SortParamUtils.SORT_KEY, String separator = SortParamUtils.SORT_SEPARATOR, Map<String, dynamic>? map, required String defaultParam, SortParamMode? defaultSortMode}) SortParamData
fromString(String? data) SortParamData?