RegexModel constructor
RegexModel({})
Implementation
RegexModel(
{required this.title,
required this.regExp,
this.iconTrue,
this.iconFalse,
this.colorTrue,
this.colorFalse,
this.textColorTrue,
this.textColorFalse,
this.textStyle});