AboutUsDto constructor

AboutUsDto(
  1. {String? description,
  2. String? imageResource}
)

Implementation

AboutUsDto({
  this.description,
  this.imageResource,
});