OrderReward.fromJson constructor

OrderReward.fromJson(
  1. Map<String, dynamic> json
)

Converts a Map to an OrderReward

Implementation

factory OrderReward.fromJson(Map<String, dynamic> json) =>
    _$OrderRewardFromJson(json);