Service.fromRawJson constructor

Service.fromRawJson(
  1. String str
)

Implementation

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