DeletedShare constructor

DeletedShare([
  1. void b(
    1. DeletedShareBuilder
    )?
])

Creates a new DeletedShare object using the builder pattern.

Implementation

factory DeletedShare([void Function(DeletedShareBuilder)? b]) = _$DeletedShare;