Header.fromPart constructor

Header.fromPart(
  1. String part
)

Implementation

factory Header.fromPart(String part) => Header._internal(part);