exampleJson static method

Map<String, dynamic> exampleJson()

Implementation

static Map<String, dynamic> exampleJson() {
  return {'time': 0, 'message': "", 'type': ""};
}