Channel class

카카오톡 채널 추가상태 정보

Annotations
  • @JsonSerializable(fieldRename: FieldRename.snake, includeIfNull: false)

Properties

encodedId String
encoded channel public id (ex. https://pf.kakao.com/${channelId})
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
relation String
사용자의 채널 추가 상태
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
updatedAt DateTime?
마지막 상태 변경 일시 (현재는 ADDED 상태의 친구 추가시각만 의미)
getter/setter pair
uuid String
채널의 uuid
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited

Operators

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