View_Sort constructor
View_Sort([
- void b()?
Creates a new View_Sort object using the builder pattern.
Implementation
factory View_Sort([void Function(View_SortBuilder)? b]) = _$View_Sort;
Creates a new View_Sort object using the builder pattern.
factory View_Sort([void Function(View_SortBuilder)? b]) = _$View_Sort;