Sort.fromRawJson constructor

Sort.fromRawJson(
  1. String str
)

Implementation

factory Sort.fromRawJson(String str) => Sort.fromJson(json.decode(str));