core.Map<core.String, core.dynamic> toJson() => { if (emails != null) 'emails': emails!, if (instruction != null) 'instruction': instruction!, if (uris != null) 'uris': uris!, };