ExceptionExplanationModel constructor

ExceptionExplanationModel(
  1. String title,
  2. String content,
  3. String buttonContent
)

Constructor for creating an ExceptionExplanationModel.

Implementation

ExceptionExplanationModel(
  this.title,
  this.content,
  this.buttonContent,
);