middle property

String get middle

Implementation

String get middle => name.substring(0, 3);