data property

int? get data

Implementation

int? get data;
set data (int? data)

Implementation

set data(int? data);