toJson method

JSONMap toJson()

Implementation

JSONMap toJson() => {
      'id': id,
      'error': error,
    };