DateDataEntity constructor

DateDataEntity([
  1. DateTime? value
])

Creates a new DateTimeDataEntity Object with value value

Implementation

DateDataEntity([super.value]);