RegisterClientInfo constructor

const RegisterClientInfo({
  1. String? userAgent,
  2. String? platform,
  3. String? language,
  4. String? tz,
  5. ({int h, int w})? screen,
})

Implementation

const RegisterClientInfo({this.userAgent, this.platform, this.language, this.tz, this.screen});