SiteInfo class
Constructors
- SiteInfo.new({String? authKey, String? authAddress, String? certUserId, String? address, String? addressShort, Settings? settings, dynamic contentUpdated, int? badFiles, int? sizeLimit, int? nextSizeLimit, int? peers, int? startedTaskNum, int? tasks, int? workers, Content? content, int? feedFollowNum})
-
SiteInfo.fromJson(Map<
String, dynamic> json)
Properties
- address ↔ String?
-
getter/setter pair
- addressShort ↔ String?
-
getter/setter pair
- authAddress ↔ String?
-
getter/setter pair
- authKey ↔ String?
-
getter/setter pair
- badFiles ↔ int?
-
getter/setter pair
- certUserId ↔ String?
-
getter/setter pair
- content ↔ Content?
-
getter/setter pair
- contentUpdated ↔ dynamic
-
getter/setter pair
- feedFollowNum ↔ int?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- nextSizeLimit ↔ int?
-
getter/setter pair
- peers ↔ int?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- settings ↔ Settings?
-
getter/setter pair
- sizeLimit ↔ int?
-
getter/setter pair
- startedTaskNum ↔ int?
-
getter/setter pair
- tasks ↔ int?
-
getter/setter pair
- workers ↔ int?
-
getter/setter pair
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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited