CheckSafetyAnswerModel constructor
CheckSafetyAnswerModel({
- String? name,
- String? sessionID,
- CheckSafetyAnswer? checkSafetyAnswer,
Implementation
CheckSafetyAnswerModel({this.name, this.sessionID, this.checkSafetyAnswer});