APIConfigDownloadURLList class

Annotations
  • @JsonSerializable(checked: true, createToJson: true, disallowUnrecognizedKeys: false, explicitToJson: true)

Constructors

APIConfigDownloadURLList({required String sdk2, required String sdk3Avatars, required String sdk3Worlds, required String vcc, required String bootstrap})
Returns a new APIConfigDownloadURLList instance.
APIConfigDownloadURLList.fromJson(Map<String, dynamic> json)
factory

Properties

bootstrap String
Download link for ???
final
hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sdk2 String
Download link for legacy SDK2
final
sdk3Avatars String
Download link for SDK3 for Avatars
final
sdk3Worlds String
Download link for SDK3 for Worlds
final
vcc String
Download link for the Creator Companion
final

Methods

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

Operators

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