contacts property

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

Team contacts. Used only for team creation.

Implementation

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