fragment property

String? fragment
final

The fragment identifier for vocabulary generation mode.

When using the .define() constructor, this field can optionally specify a custom fragment for the property in the generated vocabulary. If not specified, the fragment is derived from the field name.

This field is null for all non-define constructors.

Implementation

final String? fragment;