metaField constant
Field definition for meta.
Implementation
static const metaField = FieldDefinition(
name: 'meta',
getValue: _getMeta,
description: '''
The metadata about the resource. This is content that is maintained by the infrastructure. Changes to the content might not always be associated with version changes to the resource.''',
cardinality: Cardinality(
min: 0,
max: IntegerChoice(1),
),
);