onPreTransform method

  1. @mustCallSuper
void onPreTransform(
  1. DoughTransformerContext context
)

A callback raised after a transform has been invoked.

Implementation

@mustCallSuper
// ignore: use_setters_to_change_properties
void onPreTransform(DoughTransformerContext context) {
  // For backwards compatability.
  _context = context;
}