Content class

Constructors

Content({String? address, String? backgroundColor, String? backgroundColorDark, String? description, int? files, String? ignore, String? innerPath, int? modified, bool? postmessageNonceSecurity, int? signsRequired, String? title, List<String>? translate, String? viewport, String? zeronetVersion, int? filesOptional, int? includes})
Content.fromJson(Map<String, dynamic> json)

Properties

address String?
getter/setter pair
backgroundColor String?
getter/setter pair
backgroundColorDark String?
getter/setter pair
description String?
getter/setter pair
files int?
getter/setter pair
filesOptional int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
ignore String?
getter/setter pair
includes int?
getter/setter pair
innerPath String?
getter/setter pair
modified int?
getter/setter pair
postmessageNonceSecurity bool?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signsRequired int?
getter/setter pair
title String?
getter/setter pair
translate List<String>?
getter/setter pair
viewport String?
getter/setter pair
zeronetVersion String?
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