currentDateInSec property

  1. @JsonKey(name: 'CurrentDateInSec')
String currentDateInSec
final

Current time in millis since epoch, e.g. "1672093500"

Implementation

@JsonKey(name: 'CurrentDateInSec')
final String currentDateInSec;