binaryDigits property

List<int> binaryDigits

digits in List<int> format (i.e. as char array)

Implementation

static List<int> get binaryDigits => digits.runes.toList();