OnsiteVerification constructor

OnsiteVerification(
  1. String value
)

Implementation

OnsiteVerification(String value) {
  webUrl = value;
}