IdBean constructor

IdBean({
  1. required int id,
})

Implementation

IdBean({required this.id});