NullableDate constructor
Creates a NullableDate.
Parameters:
year(int?, optional): Year value.month(int?, optional): Month value (1-12).day(int?, optional): Day value (1-31).
Implementation
NullableDate({this.year, this.month, this.day});
Creates a NullableDate.
Parameters:
year (int?, optional): Year value.month (int?, optional): Month value (1-12).day (int?, optional): Day value (1-31).NullableDate({this.year, this.month, this.day});