CustomSockoptConfig constructor

const CustomSockoptConfig({
  1. @JsonKey.new(name: 'system') String? system,
  2. String? network,
  3. String? level,
  4. String? opt,
  5. String? value,
  6. String? type,
})

Implementation

const factory CustomSockoptConfig({
  @JsonKey(name: 'system') String? system,
  String? network,
  String? level,
  String? opt,
  String? value,
  String? type,
}) = _CustomSockoptConfig;