int? get mtu; int? get tti;@JsonKey(name: 'uplinkCapacity') int? get upCap;@JsonKey(name: 'downlinkCapacity') int? get downCap; int? get cwndMultiplier; int? get maxSendingWindow; Map<String, dynamic>? get header;