InstallLog constructor

const InstallLog(
  1. String message
)

Implementation

const factory InstallLog(final String message) = _$InstallLogImpl;