toJson method
Implementation
Map<String, dynamic> toJson() => {
"type": type,
"continueState": continueState,
"pressureChange": pressureChange!.toJson(),
"historyBpList": List<dynamic>.from(historyBpList!.map((x) => x.toJson())),
"continueBp": continueBp!.toJson(),
};