Phycocyanin constructor

Phycocyanin([
  1. void updates(
    1. PhycocyaninBuilder b
    )?
])

Implementation

factory Phycocyanin([void Function(PhycocyaninBuilder b)? updates]) =
    _$Phycocyanin;