CustomMetadata constructor
CustomMetadata({
- String? stringValue,
- StringList? stringListValue,
- double? numericValue,
- required String key,
Implementation
CustomMetadata({
this.stringValue,
this.stringListValue,
this.numericValue,
required this.key,
}) : super(fullyQualifiedName);