PreconditionError constructor

const PreconditionError({
  1. required String type,
  2. required String message,
})

Implementation

const PreconditionError({required this.type, required this.message});