firstName property

String? get firstName

Implementation

String? get firstName => (_$data['firstName'] as String?);