ExceptionExplanationModel constructor
Constructor for creating an ExceptionExplanationModel.
Implementation
ExceptionExplanationModel(
this.title,
this.content,
this.buttonContent,
);
Constructor for creating an ExceptionExplanationModel.
ExceptionExplanationModel(
this.title,
this.content,
this.buttonContent,
);