Fu constructor

Fu(
  1. String? _name,
  2. int _index
)

Implementation

Fu(this._name, this._index);