ProfileSample constructor

ProfileSample([
  1. void updates(
    1. ProfileSampleBuilder b
    )?
])

Implementation

factory ProfileSample([void Function(ProfileSampleBuilder b)? updates]) =
    _$ProfileSample;