ref property

WidgetRef get ref

Implementation

WidgetRef get ref {
  if (_ref == null) assert(_ref != null, '\n\nAuthStepTemplate: Ref not set');
  return _ref!;
}