ceo property

String ceo

Implementation

String get ceo => _ceo;
void ceo=(String ceo)

Implementation

set ceo(String ceo) => _ceo = ceo;