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