Dice.fromRawJson constructor

Dice.fromRawJson(
  1. String str
)

Implementation

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