allowCloning property

  1. @JsonKey.new(name: 'allow_cloning')
bool allowCloning
final

Whether the source guild allows non-members to use the in-app clone shortcut

Implementation

@JsonKey(name: 'allow_cloning')
final bool allowCloning;