format method

  1. @override
String format(
  1. String format
)
override

Implementation

@override
String format(String format) =>
    'Date does not match the expected format: $format.';