TwoPartJokeOptions class

Constructors

TwoPartJokeOptions(List<JokeCategory> categories, {JokeFormat? format, List<JokeBlacklistFlag>? blacklistFlags, String? lang, JokeIdRange? idRange, String? contains, bool safeMode = false})

Properties

amount int?
finalinherited
blacklistFlags List<JokeBlacklistFlag>?
finalinherited
categories List<JokeCategory>
finalinherited
contains String?
finalinherited
format JokeFormat?
finalinherited
hashCode int
The hash code for this object.
no setterinherited
idRange JokeIdRange?
finalinherited
lang String?
finalinherited
pathSegments List<String>
no setterinherited
queryParameters Map<String, dynamic>
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
safeMode bool
finalinherited
type → _JokeType
no setter

Methods

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