StrBtwOptional constructor

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

Implementation

StrBtwOptional({
  super.start,
  super.end,
});