LastUpdateTerms constructor

LastUpdateTerms({
  1. required String key,
  2. required int timestamp,
})

Implementation

LastUpdateTerms({required this.key, required this.timestamp});