JsonWithError constructor

JsonWithError(
  1. Map<String, dynamic> json,
  2. Object error
)

Implementation

JsonWithError(this.json, this.error);