date property
inherited
The date specified by the dateHeader header, if any.
Implementation
DateTime? date;
override
The date specified by the dateHeader header, if any.
Implementation
@override
set date(DateTime? _date) => super.noSuchMethod(
Invocation.setter(
#date,
_date,
),
returnValueForMissingStub: null,
);