BaseModel constructor

BaseModel(
  1. String name,
  2. String nepali
)

Implementation

BaseModel(this.name, this.nepali);