TinResult.fromRawJson constructor

TinResult.fromRawJson(
  1. String str
)

Implementation

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