TireMakeConfig.fromRawJson constructor

TireMakeConfig.fromRawJson(
  1. String str
)

Implementation

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