toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (maxBlobSequenceLength != null)
        'maxBlobSequenceLength': maxBlobSequenceLength!,
      if (maxStep != null) 'maxStep': maxStep!,
      if (maxWallTime != null) 'maxWallTime': maxWallTime!,
    };