systemField constant

FieldDefinition<Uri> const systemField

Field definition for system

Implementation

static const systemField = FieldDefinition(
  name: 'system',
  getValue: _getSystem,
);