marriageStatusProvider property
Function to determine marriage status between two people
Implementation
final MarriageStatus Function(E person, E spouse)? marriageStatusProvider;
Function to determine marriage status between two people
final MarriageStatus Function(E person, E spouse)? marriageStatusProvider;