saveTransactionWithIdFlagColorToJson function

String? saveTransactionWithIdFlagColorToJson(
  1. SaveTransactionWithIdFlagColor? saveTransactionWithIdFlagColor
)

Implementation

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