menu
ic_tools package
documentation
candid.dart
Blob
get_byte_i method
get_byte_i method
dark_mode
light_mode
get_byte_i
method
int
get_byte_i
(
int
i
)
Implementation
int get_byte_i(int i) { Nat8 nat8byte = this[i]; return nat8byte.value; }
ic_tools package
documentation
candid
Blob
get_byte_i method
Blob class