rank property

  1. @JsonKey(name: 'Rank')
int? rank
inherited

Specifies a preferred order in which to use a set of contacts. ContactPoints with lower rank values are more preferred than those with higher rank values.

Implementation

@JsonKey(name: 'Rank')
int? get rank => throw _privateConstructorUsedError;