OCSMeta constructor

OCSMeta([
  1. void b(
    1. OCSMetaBuilder
    )?
])

Creates a new OCSMeta object using the builder pattern.

Implementation

factory OCSMeta([void Function(OCSMetaBuilder)? b]) = _$OCSMeta;