ActivityButton.fromJSON(Map<String, dynamic> json) : title = json['title'], action = GetSocialAction.fromJSON(json['action']);