backgroundColor property

  1. @JsonKey.new(name: 'backgroundColor', includeIfNull: false, defaultValue: <String>[])
List<String>? backgroundColor
final

Implementation

@JsonKey(
  name: 'backgroundColor',
  includeIfNull: false,
  defaultValue: <String>[],
)
final List<String>? backgroundColor;