LoginFlowV2_Poll constructor

LoginFlowV2_Poll([
  1. void b(
    1. LoginFlowV2_PollBuilder
    )?
])

Creates a new LoginFlowV2_Poll object using the builder pattern.

Implementation

factory LoginFlowV2_Poll([void Function(LoginFlowV2_PollBuilder)? b]) = _$LoginFlowV2_Poll;