crc property

int? crc

Implementation

int? get crc => get("crc") as int;
void crc=(int? crc)

Implementation

set crc(int? crc) => set("crc", crc);