toProtoBuf method

DatepickerDateRange toProtoBuf()
override

Convert this date range into the protocol buffer format defined in date_range.proto.

Implementation

proto.DatepickerDateRange toProtoBuf() =>
    _makeProtoBuf(this)..yearsAgo = _ago;