UserActionReason constructor

UserActionReason({
  1. String code,
  2. String id,
  3. num insertInstant,
  4. num lastUpdateInstant,
  5. Map<String, String> localizedTexts,
  6. String text,
})

Implementation

UserActionReason(
    {this.code,
    this.id,
    this.insertInstant,
    this.lastUpdateInstant,
    this.localizedTexts,
    this.text});