toJson method
Implementation
Map<String, dynamic> toJson() => {
'Enabled': enabled,
'BundleDirectoryPath': bundleDirectoryPath,
'BundleDirectoryZipContent': bundleDirectoryZipContent,
'DllName': dllName,
'TypeName': typeName,
'ConfigFilePath': configFilePath,
'ConfigJsonContent': configJsonContent,
'ExtraConfigs': extraConfigs.map((e) => e.toJson()).toList(),
};