PushOk constructor

const PushOk(
  1. Map<String, dynamic> response
)

Creates a PushOk with the server's reply response.

Implementation

const PushOk(this.response);