FirewayModel constructor
FirewayModel({})
Implementation
FirewayModel({
this.uid,
required this.description,
required this.version,
required this.success,
required this.script,
required this.installedOn,
required this.executionTime,
});