toJson method

Map toJson()

Converts BrickYaml to Map

Implementation

Map<dynamic, dynamic> toJson() => _$BrickYamlToJson(this);