Input$ConfigInterfaceInput class

Constructors

Input$ConfigInterfaceInput({bool? sfwContentMode, List<String>? menuItems, bool? soundOnPreview, bool? wallShowTitle, String? wallPlayback, bool? showScrubber, int? maximumLoopDuration, bool? autostartVideo, bool? autostartVideoOnPlaySelected, bool? continuePlaylistDefault, bool? showStudioAsText, String? css, bool? cssEnabled, String? javascript, bool? javascriptEnabled, String? customLocales, bool? customLocalesEnabled, bool? disableCustomizations, String? language, Input$ConfigImageLightboxInput? imageLightbox, Input$ConfigDisableDropdownCreateInput? disableDropdownCreate, String? handyKey, int? funscriptOffset, bool? useStashHostedFunscript, bool? noBrowser, bool? notificationsEnabled})
factory
Input$ConfigInterfaceInput.fromJson(Map<String, dynamic> data)
factory

Properties

autostartVideo bool?
no setter
autostartVideoOnPlaySelected bool?
no setter
continuePlaylistDefault bool?
no setter
copyWith CopyWith$Input$ConfigInterfaceInput<Input$ConfigInterfaceInput>
no setter
css String?
no setter
cssEnabled bool?
no setter
customLocales String?
no setter
customLocalesEnabled bool?
no setter
disableCustomizations bool?
no setter
disableDropdownCreate Input$ConfigDisableDropdownCreateInput?
no setter
funscriptOffset int?
no setter
handyKey String?
no setter
hashCode int
The hash code for this object.
no setteroverride
imageLightbox Input$ConfigImageLightboxInput?
no setter
javascript String?
no setter
javascriptEnabled bool?
no setter
language String?
no setter
maximumLoopDuration int?
no setter
no setter
noBrowser bool?
no setter
notificationsEnabled bool?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sfwContentMode bool?
no setter
showScrubber bool?
no setter
showStudioAsText bool?
no setter
soundOnPreview bool?
no setter
useStashHostedFunscript bool?
no setter
wallPlayback String?
no setter
wallShowTitle bool?
no setter

Methods

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

Operators

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