feature constructor

const feature(
  1. String _feature
)

create a new feature _feature the required feature

Implementation

const feature(this._feature);