Map<String, dynamic> toJson() { final fetchSubmodules = this.fetchSubmodules; return { 'fetchSubmodules': fetchSubmodules, }; }