Status.fromRawJson constructor

Status.fromRawJson(
  1. String str
)

Implementation

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