Map<String, dynamic> toJson() => { if (requestOAuthToken != null) 'request_oauth_token': requestOAuthToken!.map((e) => e.toJson()).toList(), };