ChangeShootingDateUsecase class usecase

撮影日時の日付を変更するユースケース。

このユースケースは、既存の撮影日時を新しい日付に変更します。

Constructors

ChangeShootingDateUsecase(ChangeDateFromDateTimeService _changeDateFromDateTimeService)
撮影日を変更する。

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

exec({required DateTime newDateTime, required DateTime oldDateTime}) DateTime
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