toJson method

Map<String, dynamic> toJson()

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,
  };
}