IProovEventError.create constructor

IProovEventError.create(
  1. String error,
  2. String title,
  3. String? message
)

Implementation

factory IProovEventError.create(String error, String title, String? message) =>
    IProovEventError(IProovException.error(error, title, message));