toJson method

String toJson()

dart:convert

Converts Packagedfilelist to a JSON string.

Implementation

String toJson() => json.encode(toMap());