addedToCommunity property

  1. @JsonKey.new(name: 'added_to_community')
List<ModAddCommunityView> get addedToCommunity
inherited

Implementation

@JsonKey(name: 'added_to_community')
List<ModAddCommunityView> get addedToCommunity =>
    throw _privateConstructorUsedError;