RespondJson constructor

const RespondJson(
  1. Map<String, Object?> body
)

Implementation

const RespondJson(this.body);