LichessChallengeUser class

Annotations
  • @freezed

Constructors

LichessChallengeUser({required String id, required String name, int? rating, bool? provisional, bool? online, Title? title, bool? patron})
const
factory
LichessChallengeUser.fromJson(Map<String, dynamic> json)
factory

Properties

copyWith → $LichessChallengeUserCopyWith<LichessChallengeUser>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
id String
no setterinherited
name String
no setterinherited
online bool?
no setterinherited
patron bool?
no setterinherited
provisional bool?
no setterinherited
rating int?
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title Title?
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited