backgroundColor property

  1. @JsonKey(fromJson: ColorHelper.convertToColor, toJson: ColorHelper.convertFromColor)
Color? backgroundColor
final

Optional. Background Color of the pass.

Implementation

@JsonKey(
    fromJson: ColorHelper.convertToColor,
    toJson: ColorHelper.convertFromColor)
final Color? backgroundColor;