transform method

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

Implementation

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