toJson method

  1. @override
Map<String, dynamic> toJson()
override

Serializes this source specification to JSON.

Implementation

@override
Map<String, dynamic> toJson() => {'type': 'local', 'paths': paths};