transform method

  1. @override
Date transform(
  1. String raw
)
override

Implementation

@override
Date transform(String raw) => Date.parse(raw);