SendPartitionModel constructor

SendPartitionModel({
  1. required String partition,
})

Implementation

SendPartitionModel({
  required this.partition,
});