Message constructor

Message({
  1. String? translation,
  2. required List args,
})

Implementation

Message({this.translation, required this.args});