firstDateProperty property

Property<DateTime?> firstDateProperty

Implementation

Property<DateTime?> get firstDateProperty => properties[firstDatePropertyName] as Property<DateTime?>;
void firstDateProperty=(Property<DateTime?> value)

Implementation

set firstDateProperty(Property<DateTime?> value) =>
    registerProperty(firstDatePropertyName, value);