Actor class

Constructors

Actor(List? context, String? id, String? type, String? name, String? preferredUsername, String? summary, String? inbox, String? outbox, String? followers, String? following, Media? icon, PublicKey? publicKey, Endpoints? endpoints, DateTime? published)
Actor.fromJson(Map<String, dynamic> json)

Properties

context → List?
final
endpoints → Endpoints?
final
followers → String?
final
following → String?
final
hashCode → int
The hash code for this object.
no setterinherited
icon → Media?
final
id → String?
final
inbox → String?
final
name → String?
final
outbox → String?
final
preferredUsername → String?
final
publicKey → PublicKey?
final
published → DateTime?
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
summary → String?
final
type → String?
final

Methods

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

Operators

operator ==(Object other) → bool
The equality operator.
inherited

Static Methods

getMedia(dynamic json) → Media?