StartWith constructor

StartWith({
  1. required String start,
  2. String? message,
})

Implementation

StartWith({required this.start, super.message});