otherPersonId property

  1. @JsonKey.new(name: 'other_person_id')
int? get otherPersonId
inherited

Implementation

@JsonKey(name: 'other_person_id')
int? get otherPersonId => throw _privateConstructorUsedError;