StrBtwOptional constructor

StrBtwOptional({
  1. String? start,
  2. String? end,
})

Implementation

StrBtwOptional({String? start, String? end}) : super(start: start, end: end);