ApplicationVerifier<T extends ApplicationVerifierJsImpl>.fromJsObject constructor

ApplicationVerifier<T extends ApplicationVerifierJsImpl>.fromJsObject(
  1. T jsObject
)

Creates a new ApplicationVerifier from a jsObject.

Implementation

ApplicationVerifier.fromJsObject(T jsObject) : super.fromJsObject(jsObject);