Map<String, dynamic> toJson([bool preFlight = false]) { if (preFlight) { return {"preflightCommitment": value}; } return {"commitment": value}; }