FindPhoneBean constructor

FindPhoneBean({
  1. required int type,
})

Implementation

FindPhoneBean({
  required this.type,
});