sortDirectionFromJson static method
Converts a string to a RadarrSortDirection object.
Implementation
static RadarrSortDirection? sortDirectionFromJson(String? type) => RadarrSortDirection.ASCENDING.from(type);
Converts a string to a RadarrSortDirection object.
static RadarrSortDirection? sortDirectionFromJson(String? type) => RadarrSortDirection.ASCENDING.from(type);