backgroundColor property

  1. @JsonKey.new(name: 'BackgroundColor', includeIfNull: false)
String? backgroundColor
final

Implementation

@JsonKey(name: 'BackgroundColor', includeIfNull: false)
final String? backgroundColor;