Map<String, dynamic> toJson() { final prefixListId = this.prefixListId; return { if (prefixListId != null) 'PrefixListId': prefixListId, }; }