MessageFormat constructor

MessageFormat({
  1. String? userId,
  2. String? text,
})

Implementation

MessageFormat({this.userId, this.text});