VasatModel<T> constructor

VasatModel<T>({
  1. Map<String, dynamic>? json,
  2. String? id,
  3. bool? dirty,
})

Implementation

VasatModel({Map<String, dynamic>? json, this.id, this.dirty}) {
  fromJson(json);
}