data property

bool? data

Implementation

bool? get data;
void data=(bool? data)

Implementation

set data(bool? data);