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