GetStatusResponse.fromJson constructor

GetStatusResponse.fromJson(
  1. String str
)

Implementation

factory GetStatusResponse.fromJson(String str) => GetStatusResponse.fromMap(json.decode(str));