FormModel constructor
FormModel({})
Implementation
FormModel({
required this.faName,
required this.faFields,
this.faEf,
this.faVid,
this.faSt,
this.faHt,
this.faTs,
required this.faSu,
}) : faId = const Uuid().v4();