EndWith constructor

EndWith({
  1. required String end,
  2. String? message,
})

Implementation

EndWith({required this.end, super.message});