TapiInfo.fromRawJson constructor

TapiInfo.fromRawJson(
  1. String str
)

Implementation

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