timeout property

  1. @JsonKey(includeIfNull: false, name: 'timeout', fromJson: toInt, toJson: toString)
int? timeout
getter/setter pair

Implementation

@JsonKey(includeIfNull: false, name: 'timeout', fromJson: toInt, toJson: toString) int? timeout;