passcode property

List<int> passcode
final

A List that contains the passcode. Keeping items in a list as opposed to one int solves issues with numbers between web / mobile

Implementation

final List<int> passcode;