id property

  1. @JsonKey(name: 'id', required: true)
String get id
inherited

Conversation Id

Implementation

@JsonKey(name: 'id', required: true)
String get id => throw _privateConstructorUsedError;