Credentials constructor

const Credentials(
  1. String type,
  2. String payload
)

Implementation

const Credentials(this.type, this.payload);