LoanIdentifier constructor

LoanIdentifier({
  1. required String? loanIdentifier,
  2. required LoanIdentifierType? loanIdentifierType,
})

Implementation

LoanIdentifier({
  required this.loanIdentifier,
  required this.loanIdentifierType,
});