wordCount property

int? wordCount

Implementation

int? get wordCount => _wordCount;
void wordCount=(int? val)

Implementation

set wordCount(int? val) => _wordCount = val;