BasicModel constructor

BasicModel({
  1. required int id,
})

Implementation

BasicModel({required this.id});