OpenIdOperation.rawValue constructor

const OpenIdOperation.rawValue(
  1. String value
)

Creates an operation from the given string.

Implementation

const OpenIdOperation.rawValue(this.value);