fromString static method
- String segmentRef
Returns an instance of this struct from a string if it's well-formatted, null otherwise.
segmentRefThe string to parse
Returns SegmentReference?. An instance of SegmentReference from a string if it's well-formatted, null otherwise.
Implementation
static SegmentReference? fromString(String segmentRef) => $prototype.fromString(segmentRef);