Dice.fromRawJson constructor
Dice.fromRawJson(
- String str
Implementation
factory Dice.fromRawJson(String str) => Dice.fromJson(json.decode(str));
factory Dice.fromRawJson(String str) => Dice.fromJson(json.decode(str));