Share constructor

Share([
  1. void b(
    1. ShareBuilder
    )?
])

Creates a new Share object using the builder pattern.

Implementation

factory Share([void Function(ShareBuilder)? b]) = _$Share;