ApiSuccess.fromJson constructor

ApiSuccess.fromJson(
  1. String str
)

Implementation

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