CategoryInformation constructor

CategoryInformation([
  1. void b(
    1. CategoryInformationBuilder
    )?
])

Creates a new CategoryInformation object using the builder pattern.

Implementation

factory CategoryInformation([void Function(CategoryInformationBuilder)? b]) = _$CategoryInformation;