ResolveOutcome constructor

ResolveOutcome({
  1. required bool ok,
  2. required int status,
  3. Map<String, dynamic>? body,
  4. String? error,
})

Implementation

ResolveOutcome({required this.ok, required this.status, this.body, this.error});