users property

  1. @JsonKey(name: 'users')
List<User> get users
inherited

New members that were invited to the video chat.

Implementation

@JsonKey(name: 'users')
List<User> get users;