from property

  1. @JsonKey(name: r'from')
int from
final

Lower bound of the time range (Unix timestamp).

Implementation

@JsonKey(name: r'from')
final int from;