build method
Implementation
String build() {
if (type == _TypeSizeImageCSS.value) {
return '${width.build()} ${height.build()}';
} else {
return _mapperTypeSizeImageCSS(type);
}
}
String build() {
if (type == _TypeSizeImageCSS.value) {
return '${width.build()} ${height.build()}';
} else {
return _mapperTypeSizeImageCSS(type);
}
}