studentLoanStatusTypeToJson function
Implementation
String? studentLoanStatusTypeToJson(
enums.StudentLoanStatusType? studentLoanStatusType) {
return enums.$StudentLoanStatusTypeMap[studentLoanStatusType];
}
String? studentLoanStatusTypeToJson(
enums.StudentLoanStatusType? studentLoanStatusType) {
return enums.$StudentLoanStatusTypeMap[studentLoanStatusType];
}