int64 property
int
get
int64
Implementation
int get int64 => this.data.int64;
set
int64
(int value)
Implementation
set int64(int value) => this.data.int64 = value;