FormAnswer constructor
FormAnswer({})
Implementation
FormAnswer(
{this.adf,
List<String>? choices,
this.date,
this.text,
this.time,
List<String>? users})
: choices = choices ?? [],
users = users ?? [];