contacts property

  1. @JsonKey(name: 'contacts')
List<Contact> contacts
inherited

Contact info.

Implementation

@JsonKey(name: 'contacts')
List<Contact> get contacts => throw _privateConstructorUsedError;