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