Sharee constructor

Sharee([
  1. void b(
    1. ShareeBuilder
    )?
])

Creates a new Sharee object using the builder pattern.

Implementation

factory Sharee([void Function(ShareeBuilder)? b]) = _$Sharee;