Phycoerythrin constructor

Phycoerythrin([
  1. void updates(
    1. PhycoerythrinBuilder b
    )?
])

Implementation

factory Phycoerythrin([void Function(PhycoerythrinBuilder b)? updates]) =
    _$Phycoerythrin;