ActivityLogService class

Properties

chatJoin bool
getter/setter pair
commentCreate bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
postCreate bool
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userLike bool
getter/setter pair
userProfileView bool
userProfileView 는 내가 다른 사용자를 본 경우와, 다른 사용자가 나를 본 경우 두가지를 기록한다.
getter/setter pair

Methods

init({bool userProfileView = false, bool userLike = false, bool postCreate = false, bool commentCreate = false, bool chatJoin = false}) → dynamic
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 Properties

instance ActivityLogService
no setter