CopyWithIncompleteRule constructor

CopyWithIncompleteRule()

Implementation

CopyWithIncompleteRule()
  : super(
      name: 'copywith_incomplete',
      description: 'Ensures all fields in are included in copyWith method.',
    );