context property

FVMContext context
inherited

Gets context, if no context is passed will get from scope

Implementation

FVMContext get context {
  if (_context == null) return ctx;

  return _context!;
}