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