build method

String build({
  1. String separator = SortParamUtils.SORT_SEPARATOR,
})

Implementation

String build({String separator = SortParamUtils.SORT_SEPARATOR}) =>
    '$param$separator${sortMode.name}';