MiscKeyword constructor
MiscKeyword({
- String? formattedType,
- FieldMetadata? metadata,
- String? type,
- String? value,
Implementation
MiscKeyword({this.formattedType, this.metadata, this.type, this.value});