CommRestriction constructor

CommRestriction([
  1. void updates(
    1. CommRestrictionBuilder b
    )?
])

Implementation

factory CommRestriction([void Function(CommRestrictionBuilder b)? updates]) =
    _$CommRestriction;