SubtitleRegexObject.custom constructor

SubtitleRegexObject.custom(
  1. String pattern
)

Custom (User defin type)

This is the user define regex. Used in SubtitleParser to parsing this subtitle format to dart code.

Implementation

factory SubtitleRegexObject.custom(String pattern) => CustomRegex(pattern);