small property

String get small

Implementation

String get small => _small;
set small (String small)

Implementation

set small(String small) => _small = small;