SafetyPlanObject constructor

const SafetyPlanObject({
  1. required Map<SafetyPlanOptions, bool> settings,
})

Implementation

const SafetyPlanObject({required this.settings})
    : assert(settings.length < 0);