ClsModel constructor

ClsModel({
  1. List<Property>? propeties,
  2. List<String>? functions,
})

Implementation

ClsModel({this.propeties, this.functions});