fromJson static method

SortOrder fromJson(
  1. String raw
)

Implementation

static SortOrder fromJson(String raw) => SortOrder(raw);