DeletedShare constructor
DeletedShare([
- void b()?
Creates a new DeletedShare object using the builder pattern.
Implementation
factory DeletedShare([void Function(DeletedShareBuilder)? b]) = _$DeletedShare;