create static method

LocalDate create()

Implementation

@$core.pragma('dart2js:noInline')
static LocalDate create() => LocalDate._();