CurrentProfileCell constructor

CurrentProfileCell([
  1. void updates(
    1. CurrentProfileCellBuilder b
    )?
])

Implementation

factory CurrentProfileCell(
        [void Function(CurrentProfileCellBuilder b)? updates]) =
    _$CurrentProfileCell;