OutlinerState.error constructor

const OutlinerState.error(
  1. String message
)

Implementation

const factory OutlinerState.error(String message) = _Error;