RegisterMealRecordUsecase class usecase

食事記録を登録するユースケース。

指定された日時と写真データに基づいて食事記録を登録します。

Constructors

RegisterMealRecordUsecase(MealRecordRepository _mealRecordRepository, ConvertPhotoToMultipartFileService _convertPhotoToMultipartFile, UsecaseErrorHandler _errorHandler)

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 dateTime, required Uint8List photoData}) Future<String>
食事記録を登録する。
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