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