ContentDto constructor

ContentDto(
  1. String locale,
  2. String content
)

Implementation

ContentDto(this.locale, this.content);