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