EmptyOCS constructor

EmptyOCS([
  1. void b(
    1. EmptyOCSBuilder
    )?
])

Creates a new EmptyOCS object using the builder pattern.

Implementation

factory EmptyOCS([void Function(EmptyOCSBuilder)? b]) = _$EmptyOCS;