id property

  1. @JsonKey(name: 'id')
int get id
inherited

Unique identifier for the story in the chat

Implementation

@JsonKey(name: 'id')
int get id;