SecurityResult.passthrough constructor

const SecurityResult.passthrough({
  1. required String message,
})

Implementation

const SecurityResult.passthrough({required this.message})
  : behavior = 'passthrough',
    updatedInput = null,
    decisionReason = null;