DVCEventBuilder class

A builder for constructing DVCEvent objects.

Constructors

DVCEventBuilder()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

build() DVCEvent
Constructs a DVCEvent instance from the values currently in the builder.
date(DateTime date) DVCEventBuilder
metaData(Map<String, dynamic> metaData) DVCEventBuilder
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
target(String target) DVCEventBuilder
Custom event target / subject of event. Contextual to event type
toString() String
A string representation of this object.
inherited
type(String type) DVCEventBuilder
Custom event type
value(double value) DVCEventBuilder
Sets the user's email attribute.

Operators

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