build method

String build()

Implementation

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