LogoDto constructor

LogoDto(
  1. {String? contentType,
  2. String? content}
)

Implementation

LogoDto({
  this.contentType,
  this.content,
});