Parse from a json
factory DeviceTokenSimplePush.fromJson(Map<String, dynamic> json) => DeviceTokenSimplePush( endpoint: json['endpoint'], );