InviteBuilder class

Inheritance

Constructors

InviteBuilder({Duration? maxAge = sentinelDuration, int? maxUses, bool? isTemporary, bool? isUnique, TargetType? targetType, Snowflake? targetUserId, Snowflake? targetApplicationId})

Properties

hashCode int
The hash code for this object.
no setterinherited
isTemporary bool?
getter/setter pair
isUnique bool?
getter/setter pair
maxAge Duration?
getter/setter pair
maxUses int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
targetApplicationId Snowflake?
getter/setter pair
targetType TargetType?
getter/setter pair
targetUserId Snowflake?
getter/setter pair

Methods

build() Map<String, Object?>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited