Animal constructor

Animal(
  1. String _name,
  2. int age
)

Implementation

Animal(this._name, this.age);