last_name property

String? get last_name

Implementation

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