FaKeData constructor

FaKeData(
  1. String name,
  2. int age
)

Implementation

FaKeData(this.name, this.age);