LoanIdentifier constructor
LoanIdentifier({
- required String? loanIdentifier,
- required LoanIdentifierType? loanIdentifierType,
Implementation
LoanIdentifier({
required this.loanIdentifier,
required this.loanIdentifierType,
});