saveTransactionWithIdFlagColorToJson function
String?
saveTransactionWithIdFlagColorToJson(
- SaveTransactionWithIdFlagColor? saveTransactionWithIdFlagColor
Implementation
String? saveTransactionWithIdFlagColorToJson(
enums.SaveTransactionWithIdFlagColor? saveTransactionWithIdFlagColor) {
return saveTransactionWithIdFlagColor?.value;
}