toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final fileShare = this.fileShare;
  final network = this.network;
  final servers = this.servers;
  return {'fileShare': ?fileShare, 'network': ?network, 'servers': ?servers};
}