build method
Implementation
String build() {
if (type == _TypePositionImageCSS.value) {
return '${left.build()} ${top.build()}';
} else {
return _mapperTypePositionImageCSS(type);
}
}
String build() {
if (type == _TypePositionImageCSS.value) {
return '${left.build()} ${top.build()}';
} else {
return _mapperTypePositionImageCSS(type);
}
}