friendGroupNames property

  1. @Deprecated('friendGroupNames has been deprecated')
  2. @JsonKey(name: r'friendGroupNames', required: true, includeIfNull: false)
List<String> friendGroupNames
final

Always empty array.

Implementation

@Deprecated('friendGroupNames has been deprecated')
@JsonKey(name: r'friendGroupNames', required: true, includeIfNull: false)
final List<String> friendGroupNames;