lastMessageBy property

  1. @TagNumber.new(62)
String get lastMessageBy

Stores the username of the user who added the last message

Implementation

@$pb.TagNumber(62)
$core.String get lastMessageBy => $_getSZ(14);
  1. @TagNumber.new(62)
set lastMessageBy (String value)

Implementation

@$pb.TagNumber(62)
set lastMessageBy($core.String value) => $_setString(14, value);