chats property

  1. @JsonKey(name: 'chats')
List<Chat> chats
inherited

Chat counters.

Implementation

@JsonKey(name: 'chats')
List<Chat> get chats => throw _privateConstructorUsedError;