Features constructor

Features({
  1. required String? featureName,
})

Constructs a new Features instance with the given featureName.

Implementation

Features({required this.featureName});