toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() {
  final excludeResourceContents = this.excludeResourceContents;
  final node = this.node;
  final nodeMatchers = this.nodeMatchers;
  return {
    'excludeResourceContents': ?excludeResourceContents,
    'node': ?node,
    'nodeMatchers': ?nodeMatchers,
  };
}