Localized constructor

Localized({
  1. String? title,
  2. String? description,
})

Implementation

Localized({this.title, this.description});