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