toJson method
Implementation
@override
Object toJson() {
return {
if (maxStep.isNotDefault) 'maxStep': encodeInt64(maxStep),
if (maxWallTime != null) 'maxWallTime': maxWallTime!.toJson(),
if (maxBlobSequenceLength.isNotDefault)
'maxBlobSequenceLength': encodeInt64(maxBlobSequenceLength),
};
}