SortConfig constructor

SortConfig(
  1. SortOption sortOption,
  2. String property
)

Creates a SortConfig which sorts the property in the way sortOption specifies.

Implementation

SortConfig(this.sortOption, this.property);