endTime property
DateTime?
get
endTime
Get the end time of this.
Implementation
DateTime? get endTime => _endTime != null
? DateTime.parse(_endTime!)
: null;
Get the end time of this.
DateTime? get endTime => _endTime != null
? DateTime.parse(_endTime!)
: null;