DropSchema constructor

DropSchema({
  1. required String code,
  2. required int quantity,
})

Returns a new DropSchema instance.

Implementation

DropSchema({
  required this.code,
  required this.quantity,
});