next_photo
features
SetPhotoLikeParams
SetPhotoLikeParams constructor
SetPhotoLikeParams
SetPhotoLikeParams
constructor
Null safety
SetPhotoLikeParams
(
{
required
PhotoId
photoId
,
required
bool
like
}
)
Creates params.
Implementation
SetPhotoLikeParams({ required this.photoId, required this.like, });
next_photo
features
SetPhotoLikeParams
SetPhotoLikeParams constructor
SetPhotoLikeParams class
Constructors
SetPhotoLikeParams
Properties
hashCode
like
photoId
props
runtimeType
stringify
Methods
noSuchMethod
toString
Operators
operator ==