build method

String build()

Implementation

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