Reward.fromJson constructor

Reward.fromJson(
  1. String str
)

Implementation

factory Reward.fromJson(String str) => Reward.fromMap(json.decode(str));