backgroundColor property

  1. @TagNumber(5)
String backgroundColor

Implementation

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

Implementation

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