Challenge constructor

Challenge(
  1. String authMethod,
  2. Map<String, dynamic> extra
)

Implementation

Challenge(this.authMethod, this.extra);