day property

  1. @BuiltValueField(wireName: r'day')
num? day

A number from 0–6, corresponding to the days of the week, starting on Sunday. For example, 2 means Tuesday.

Implementation

@BuiltValueField(wireName: r'day')
num? get day;