build method
Implementation
String build() => [
if (attachment != null) mapperAttachmentBackgroundCSS(attachment!),
if (color != null) color!.build(),
if (image != null) 'url($image)',
if (position != null) position!.build(),
if (repeat != null) repeat!.build(),
].join(' ');