first_name property

String? get first_name

Implementation

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