backgroundColor property
- @JsonKey(fromJson: ColorHelper.convertToColor, toJson: ColorHelper.convertFromColor)
final
Optional. Background Color of the pass.
Implementation
@JsonKey(
fromJson: ColorHelper.convertToColor,
toJson: ColorHelper.convertFromColor)
final Color? backgroundColor;