readOnly property Null safety

void readOnly=(List<String> val)

Implementation

set readOnly(List<String> val) => _readOnly = val;