toJson method
Implementation
@override
Object toJson() => {
if (maxStep.isNotDefault) 'maxStep': maxStep.toString(),
if (maxWallTime case final maxWallTime?)
'maxWallTime': maxWallTime.toJson(),
if (maxBlobSequenceLength.isNotDefault)
'maxBlobSequenceLength': maxBlobSequenceLength.toString(),
};