Tag.fromRawJson constructor

Tag.fromRawJson(
  1. String str
)

Implementation

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