ShareeRemoteGroup_Value constructor

ShareeRemoteGroup_Value([
  1. void b(
    1. ShareeRemoteGroup_ValueBuilder
    )?
])

Creates a new ShareeRemoteGroup_Value object using the builder pattern.

Implementation

factory ShareeRemoteGroup_Value([void Function(ShareeRemoteGroup_ValueBuilder)? b]) = _$ShareeRemoteGroup_Value;