uid property

String uid

Get the uid.

Same process as below.

this.get(Const.uid, "");

Implementation

String get uid {
  return this.get(Const.uid, "");
}