EmptyOCS constructor
EmptyOCS([
- void b()?
Creates a new EmptyOCS object using the builder pattern.
Implementation
factory EmptyOCS([void Function(EmptyOCSBuilder)? b]) = _$EmptyOCS;
Creates a new EmptyOCS object using the builder pattern.
factory EmptyOCS([void Function(EmptyOCSBuilder)? b]) = _$EmptyOCS;