BatchRequest constructor

BatchRequest(
  1. int? id,
  2. String? command
)

Implementation

BatchRequest(this.id, this.command);