backgroundColorDark property

  1. @TagNumber(8)
String backgroundColorDark

Implementation

@$pb.TagNumber(8)
$core.String get backgroundColorDark => $_getSZ(6);
  1. @TagNumber(8)
void backgroundColorDark=(String v)

Implementation

@$pb.TagNumber(8)
set backgroundColorDark($core.String v) { $_setString(6, v); }