ScreenShotHelperModel class

Constructors

ScreenShotHelperModel({String? savedImagePath, String? errorReason, PermissionsResultsEnums? permissionsResultsEnum, required bool saveSuccess})
helper model class for screen shot response callback holds the information about the screen shot being captured, permissions, path etc savedImagePath for image path where the screen shot image is saved errorReason reason string for any error that occurred permissionsResultsEnum permission results saveSuccess true | false about the screen shot save success | failure

Properties

errorReason String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
permissionsResultsEnum PermissionsResultsEnums?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
savedImagePath String?
getter/setter pair
saveSuccess bool
getter/setter pair

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