OffsetDate constructor

const OffsetDate(
  1. LocalDate calendarDate,
  2. Offset offset
)

Constructs an instance of the specified date and offset.

  • date: The date part of the value.
  • offset: The offset part of the value.

Implementation

const OffsetDate(this.calendarDate, this.offset);