LeetCodeAPI class
Constructors
- LeetCodeAPI.new()
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
dailyProblem(
) → Future< Problem> -
languageStats(
{String? username}) → Future< LanguagesAndProblemCounts?> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
recentSubmissions(
{String? username, int limit = 20}) → Future< Submissions?> -
selectProblem(
{required String titleSlug}) → Future< Problem?> -
solvedProblemCount(
{String? username}) → Future< SubmitStats?> -
toString(
) → String -
A string representation of this object.
inherited
-
userActiveBadge(
{String? username}) → Future< LCBadge?> -
userBadges(
{String? username}) → Future< LCBadges?> -
userData(
{String? username}) → Future< UserData?>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance → LeetCodeAPI
-
final
- isInitialized ↔ bool
-
getter/setter pair
Static Methods
-
initializeApp(
String? username) → Future< void>