OtaBean constructor

OtaBean({
  1. required String address,
  2. required int type,
})

Implementation

OtaBean({
  required this.address,
  required this.type,
});