DateTimeFormattingTypeExtensions extension
Methods
-
map<
TResult extends Object?> ({required TResult absolute(DateTimeFormattingTypeAbsolute value), required TResult relative(DateTimeFormattingTypeRelative value)}) → TResult -
Available on DateTimeFormattingType, provided by the DateTimeFormattingTypeExtensions extension
-
maybeMap<
TResult extends Object?> ({TResult absolute(DateTimeFormattingTypeAbsolute value)?, TResult relative(DateTimeFormattingTypeRelative value)?, required TResult orElse()}) → TResult -
Available on DateTimeFormattingType, provided by the DateTimeFormattingTypeExtensions extension