coo property

String coo

Implementation

String get coo => _coo;
void coo=(String coo)

Implementation

set coo(String coo) => _coo = coo;