WhyChooseMe constructor

WhyChooseMe(
  1. {String title = "",
  2. List<String> reason = const <String>[]}
)

Implementation

WhyChooseMe({
  this.title = "",
  this.reason = const <String>[],
});