toMap method

Map toMap()

Convert to the map.

Implementation

Map toMap() {
  return {
    'column': column,
    'isAsc': isAsc,
  };
}