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