backgroundColor property

  1. @TagNumber(7)
String backgroundColor

Implementation

@$pb.TagNumber(7)
$core.String get backgroundColor => $_getSZ(5);
  1. @TagNumber(7)
void backgroundColor=(String v)

Implementation

@$pb.TagNumber(7)
set backgroundColor($core.String v) { $_setString(5, v); }