checkID property

String get checkID

Check Octopoos referral ID

Implementation

String get checkID {
  List<String> charArray = this.toCharArray();
  return charArray[0] == '@' ? this : '@$this';
}