Optional constructor

Optional({
  1. ApplyMethod? apply,
  2. String? regex,
  3. int? regexGroup,
  4. String? regexReplace,
  5. String? regexReplaceWith,
  6. Map<String, String>? replaceFirst,
  7. Map<String, String>? replaceAll,
  8. int? cropStart,
  9. int? cropEnd,
  10. String? prepend,
  11. String? append,
  12. List<Object>? match,
  13. int? nth,
  14. String? splitBy,
})

Implementation

Optional({
  super.apply,
  super.regex,
  super.regexGroup,
  super.regexReplace,
  super.regexReplaceWith,
  super.replaceFirst,
  super.replaceAll,
  super.cropStart,
  super.cropEnd,
  super.prepend,
  super.append,
  super.match,
  super.nth,
  super.splitBy,
});