sortDirectionFromJson static method

RadarrSortDirection? sortDirectionFromJson(
  1. String? type
)

Converts a string to a RadarrSortDirection object.

Implementation

static RadarrSortDirection? sortDirectionFromJson(String? type) => RadarrSortDirection.ASCENDING.from(type);