Response constructor
Response({})
Implementation
Response({
this.body,
required this.command,
this.message,
required this.requestSeq,
required this.success,
required super.seq,
}) : super(
type: 'response',
);