OnLogging<T> typedef
OnLogging<T> =
String Function(T prv, T cur)?
before invoke FlowRMx.put, build log content
Implementation
typedef OnLogging<T> = String Function(T prv, T cur)?;
before invoke FlowRMx.put, build log content
typedef OnLogging<T> = String Function(T prv, T cur)?;