Documentation class

A content string and a MIME type that describes the content string's format.

Constructors

Documentation({String? content, String? mimeType, String? subject})
Documentation.fromJson(Map json_)

Properties

content String?
The body of the documentation, interpreted according to mime_type.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
mimeType String?
The format of the content field.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subject String?
The subject line of the notification.
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