inboxId property

  1. @TagNumber.new(1)
String get inboxId

Implementation

@$pb.TagNumber(1)
$core.String get inboxId => $_getSZ(0);
  1. @TagNumber.new(1)
set inboxId (String value)

Implementation

@$pb.TagNumber(1)
set inboxId($core.String value) => $_setString(0, value);