wrongOnConflictValue property

InvalidGenerationSourceError wrongOnConflictValue

Implementation

InvalidGenerationSourceError get wrongOnConflictValue =>
    InvalidGenerationSourceError(
      'Value of ${AnnotationField.onConflict} must be one of ${annotations.OnConflictStrategy.values.map((e) => e.toString()).join(',')}',
      element: _methodElement,
    );