toJson method
Implementation
core.Map<core.String, core.dynamic> toJson() {
final cachePrePopulate = this.cachePrePopulate;
final cachePrePopulateState = this.cachePrePopulateState;
final cifsChangeNotifyEnabled = this.cifsChangeNotifyEnabled;
final writebackEnabled = this.writebackEnabled;
return {
'cachePrePopulate': ?cachePrePopulate,
'cachePrePopulateState': ?cachePrePopulateState,
'cifsChangeNotifyEnabled': ?cifsChangeNotifyEnabled,
'writebackEnabled': ?writebackEnabled,
};
}