menu
fluxer_dart package
documentation
models/channel_invite_create_request.dart
ChannelInviteCreateRequest
ChannelInviteCreateRequest.new const constructor
ChannelInviteCreateRequest.new const constructor
dark_mode
light_mode
ChannelInviteCreateRequest
constructor
const
ChannelInviteCreateRequest
(
{
int
?
maxUses
,
int
?
maxAge
,
bool
?
unique
,
bool
?
temporary
,
})
Implementation
const ChannelInviteCreateRequest({ this.maxUses, this.maxAge, this.unique, this.temporary, });
fluxer_dart package
documentation
models/channel_invite_create_request
ChannelInviteCreateRequest
ChannelInviteCreateRequest.new const constructor
ChannelInviteCreateRequest class