Drop constructor

Drop([
  1. void updates(
    1. DropBuilder b
    )?
])

Implementation

factory Drop([void Function(DropBuilder b)? updates]) = _$Drop;