fromJson static method
Implementation
static PushUrlBody fromJson(wrapped) => wrapped is PushUrlBody
? wrapped
: PushUrlBody(wrapped as Map<String, dynamic>, update: true);
static PushUrlBody fromJson(wrapped) => wrapped is PushUrlBody
? wrapped
: PushUrlBody(wrapped as Map<String, dynamic>, update: true);