Context class

Constructors

Context({String? registration, Agent? instructor, Agent? team, ContextActivities? contextActivities, String? revision, String? platform, String? language, StatementRef? statement, Extensions? extensions})
https://github.com/adlnet/xAPI-Spec/blob/master/xAPI-Data.md#246-context

Properties

contextActivities ContextActivities?
final
extensions Extensions?
final
hashCode int
The hash code for this object.
no setterinherited
instructor Agent?
Instructor that the Statement relates to, if not included as the Actor of the Statement
final
language String?
final
platform String?
final
registration String?
The registration that the Statement is associated with
final
revision String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
statement StatementRef?
final
team Agent?
Team that this Statement relates to, if not included as the Actor of the Statement
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson([Version? version]) Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

fromJson(Map<String, dynamic>? json) Context?