ImageDetailState class States
🖼️ Image Detail State
Copyright (c) 2025, OSMEA Team https://github.com/masterfabric-mobile/osmea/tree/dev/packages/core
State management for Image Detail Cubit
🖼️ Image detail state class
Constructors
- ImageDetailState({required String imageUrl, String? title})
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- imageUrl → String
-
final
-
props
→ List<
Object?> -
The list of properties that will be used to determine whether
two instances are equal.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- stringify → bool?
-
If set to
true, thetoStringmethod will be overridden to output this instance'sprops.no setterinherited - title → String?
-
final
Methods
-
copyWith(
{String? imageUrl, String? title}) → ImageDetailState - Create a copy of this state with some fields changed
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String - A string representation of this object.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited