name property

String? get name

Optional contact name.

Implementation

String? get name => _['name'] as String?;