Screenshot class

Constructors

Screenshot({List<BaseScreenshot> screenshots = const [], List<Locale> locales = const [], Future<String> outputFolder(Locale? locale)?, Background background = Background.blurHash})
const

Properties

background Background
final
hashCode int
The hash code for this object.
no setterinherited
locales List<Locale>
final
outputFolder → (Future<String> Function(Locale? locale)?)
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
screenshots List<BaseScreenshot>
final

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