type property

  1. @JsonKey(unknownEnumValue: ContributorType.unknown)
ContributorType? type
inherited

type The type of contributor.

Implementation

@JsonKey(unknownEnumValue: ContributorType.unknown)
ContributorType? get type => throw _privateConstructorUsedError;