fromString static method

RtpHeaderDirection fromString(
  1. String type
)

Implementation

static RtpHeaderDirection fromString(String type) => types[type]!;