sdpTransform property

  1. @JsonKey(includeFromJson: false, includeToJson: false)
dynamic Function(String sdp)? sdpTransform
getter/setter pair

Implementation

@JsonKey(includeFromJson: false, includeToJson: false)
Function(String sdp)? sdpTransform;