CommentAuthorInformation constructor

CommentAuthorInformation({
  1. String? name,
  2. Uri? iconPath,
})

Implementation

factory CommentAuthorInformation({
  _i2.String? name,
  _i3.Uri? iconPath,
}) =>
    CommentAuthorInformation._(
      name: name,
      iconPath: iconPath ?? _i6.undefined,
    );