tryTimeUTC abstract method
Returns a value at key
as DateTime
in the UTC time zone, or null.
Use an optional parse
function to define app specific conversion.
null
is returned if an underlying value is unavailable or cannot be
converted to DateTime.
Implementation
DateTime? tryTimeUTC(K key, {DateTime Function(Object?)? parse});