Logo constructor

Logo([
  1. void updates(
    1. LogoBuilder b
    )
])

Implementation

factory Logo([void updates(LogoBuilder b)]) = _$Logo;