SortKey constructor

SortKey(
  1. String attributeDescription, [
  2. String? orderMatchingRule,
  3. bool isReverseOrder = false
])

Implementation

SortKey(this.attributeDescription,
    [this.orderMatchingRule, this.isReverseOrder = false]);