profileField constant

FieldDefinition<FixedList<String>> const profileField

Field definition for profile

Implementation

static const profileField = FieldDefinition(
  name: 'profile',
  getValue: _getProfile,
);