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