TextValues.fromRawJson constructor

TextValues.fromRawJson(
  1. String str
)

Implementation

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