Activity<T> class

Constructors

Activity(List<String>? to, T object, String id, String type, DateTime? published, String actor, Object? context, List<String>? bto, List<String>? cc, List<String>? bcc, List<String>? audience)
Activity.fromJson(Map<String, dynamic> json)

Properties

actor ↔ String
getter/setter pair
audience ↔ List<String>?
getter/setter pair
bcc ↔ List<String>?
getter/setter pair
bto ↔ List<String>?
getter/setter pair
cc ↔ List<String>?
getter/setter pair
context ↔ Object?
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
id ↔ String
getter/setter pair
object ↔ T
getter/setter pair
published ↔ DateTime?
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
to ↔ List<String>?
getter/setter pair
type ↔ String
getter/setter pair

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

convertToStringList(dynamic json) → List<String>?
generateObject<T>(dynamic object) → dynamic