releaseTime property
If the activity will not be visible until a specific and known time, this will be the seconds since the Epoch when it will become visible.
Implementation
@JsonKey(name:'releaseTime')
int? releaseTime;
If the activity will not be visible until a specific and known time, this will be the seconds since the Epoch when it will become visible.
@JsonKey(name:'releaseTime')
int? releaseTime;