isPrimary property

  1. @JsonKey.new(name: 'is_primary')
bool? get isPrimary
inherited

True, if the link is primary

Implementation

@JsonKey(name: 'is_primary')
bool? get isPrimary;