Result constructor

Result(
  1. bool isCredentialValid,
  2. List<Services> services,
  3. String bundleCallId
)

Implementation

Result(this.isCredentialValid, this.services, this.bundleCallId);