time property

  1. @JsonKey(name: 'time', fromJson: _readDuration)
Duration time
final

The time to use the item at.

Implementation

@JsonKey(name: 'time', fromJson: _readDuration)
final Duration time;