FlagUpdatedResponse constructor

FlagUpdatedResponse({
  1. Flag? flag,
  2. String? timestamp,
})

Implementation

FlagUpdatedResponse({this.flag, this.timestamp});