firstName property

String get firstName

Implementation

String get firstName => value.split(" ")[0];