build method Null safety

TransformationObject build()

Implementation

TransformationObject build() {
  return TransformationObject(components);
}