RewardDisplayProperties.fromJson constructor

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

Implementation

factory RewardDisplayProperties.fromJson(Map<String, dynamic> json) {
	return _$RewardDisplayPropertiesFromJson(json);
}