fetchServerTimeInterval property Null safety

int fetchServerTimeInterval
@JsonKey(defaultValue: 2000), final

获取服务器时间连续请求间隔时间, 最小1000ms, 默认2000ms

Implementation

@JsonKey(defaultValue: 2000)
final int fetchServerTimeInterval;