Skip to main content

UserNotification

Constructors

new UserNotification()

new UserNotification(dart): UserNotification

Parameters

ParameterType
dartany

Returns

UserNotification

Source

src/entities.ts:1813

Properties

PropertyModifierType
dartpublicany

Accessors

createdAt

get createdAt(): Dayjs

Returns

Dayjs

Source

src/entities.ts:1841


data

get data(): string

Returns

string

Source

src/entities.ts:1833


friendlyName

get friendlyName(): string

Returns

string

Source

src/entities.ts:1825


isRead

get isRead(): boolean

Returns

boolean

Source

src/entities.ts:1845


name

get name(): string

Returns

string

Source

src/entities.ts:1821


readAt

get readAt(): Dayjs

Returns

Dayjs

Source

src/entities.ts:1849


sender

get sender(): string

Returns

string

Source

src/entities.ts:1837


text

get text(): string

Returns

string

Source

src/entities.ts:1829


user

get user(): User

Returns

User

Source

src/entities.ts:1817