Chlorophyll constructor

Chlorophyll([
  1. void updates(
    1. ChlorophyllBuilder b
    )?
])

Implementation

factory Chlorophyll([void Function(ChlorophyllBuilder b)? updates]) =
    _$Chlorophyll;