json method
- dynamic value
Serializes JSON to the response.
Implementation
void json(value) => this
..contentType = MediaType('application', 'json')
..serialize(value);
Serializes JSON to the response.
void json(value) => this
..contentType = MediaType('application', 'json')
..serialize(value);