GeneralLibraryLogOptions constructor

const GeneralLibraryLogOptions({
  1. required String textTitle,
  2. required String textContext,
})

GeneralLibraryLog

Implementation

const GeneralLibraryLogOptions({
  required this.textTitle,
  required this.textContext,
});