ChatJoin class

Constructors

ChatJoin()

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

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

ref ↔ DatabaseReference
getter/setter pair
rootRef ↔ DatabaseReference
getter/setter pair

Static Methods

join(String myUid, String roomId) String
Chat Join 은 /chat-joins/{myUid}/{roomId} 에 저장된다. 항상 나의 uid 가 앞에 온다.
joinRef(String myUid, String roomId) → DatabaseReference
/chat-joins/{나의 uid}/{roomId} 의 reference 를 리턴한다.
nameRef(String roomId) → DatabaseReference
photoRef(String roomId) → DatabaseReference

Constants

nodeName → const String
Paths and Refs