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