ResponseAttribute.dateTime constructor
Creates a date time attribute.
Implementation
ResponseAttribute.dateTime(String name, DateTime value, {String? provider})
: this.string(name, _formatDateToTimeZoneIso(value), provider: provider);
Creates a date time attribute.
ResponseAttribute.dateTime(String name, DateTime value, {String? provider})
: this.string(name, _formatDateToTimeZoneIso(value), provider: provider);