DisplayName constructor

DisplayName({
  1. String? text,
  2. String? languageCode,
})

Implementation

DisplayName({this.text, this.languageCode});