PersistToolResultError constructor

const PersistToolResultError({
  1. required String error,
})

Implementation

const PersistToolResultError({required this.error});