metadata property

  1. @BuiltValueField.new(wireName: r'metadata')
BuiltMap<String, String>? get metadata

Contains key-value pairs of your references and descriptions, for example, customId:your-own-custom-field-12345.

Implementation

@BuiltValueField(wireName: r'metadata')
BuiltMap<String, String>? get metadata;