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