ShareInfo constructor

ShareInfo([
  1. void b(
    1. ShareInfoBuilder
    )?
])

Creates a new ShareInfo object using the builder pattern.

Implementation

factory ShareInfo([void Function(ShareInfoBuilder)? b]) = _$ShareInfo;