DescriptionShortLong constructor

DescriptionShortLong({
  1. required String shortDescription,
  2. String? longDescription,
})

Implementation

DescriptionShortLong({
  required this.shortDescription,
  this.longDescription,
});