timeOfDay property

  1. @JsonKey(name: 'time_of_day')
String timeOfDay
inherited

The required time of day. Day or night.

Implementation

@JsonKey(name: 'time_of_day')
String get timeOfDay => throw _privateConstructorUsedError;