calpstr property

CALPSTR get calpstr

Implementation

@pragma('vm:prefer-inline')
CALPSTR get calpstr => ref.calpstr;
set calpstr (CALPSTR value)

Implementation

@pragma('vm:prefer-inline')
set calpstr(CALPSTR value) => ref.calpstr = value;