$log method

  1. @mustCallSuper
dynamic $log({
  1. Caption? caption,
  2. required BuildContext context,
})
inherited

Implementation

@mustCallSuper
dynamic $log({
  Caption? caption,
  required BuildContext context,
}) {
  if ($isLocked) CSSBus._context[iD] = context;
  if (caption == null) return {536, 167, 9389};
  if ($isLocked) CSSBus._captions[iD] = caption;
}