CssUnitValue constructor Null safety

CssUnitValue(
  1. num value,
  2. String unit
)

Implementation

factory CssUnitValue(num value, String unit) {
  return CssUnitValue._create_1(value, unit);
}