endsWith method

  1. @override
dynamic endsWith(
  1. String suffix
)
override

Implementation

@override
endsWith(String suffix) => 'The string must end with "$suffix".';