ordinalSortKey method
Produce OrdinalSortKey with the fixed name.
Implementation
OrdinalSortKey ordinalSortKey(double value) {
return OrdinalSortKey(value, name: 'AssetPickerViewerBuilderDelegate');
}
Produce OrdinalSortKey with the fixed name.
OrdinalSortKey ordinalSortKey(double value) {
return OrdinalSortKey(value, name: 'AssetPickerViewerBuilderDelegate');
}