ClientId constructor

const ClientId(
  1. String identifier, [
  2. String? secret
])

Implementation

const ClientId(
  this.identifier, [
  this.secret,
]);