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