toJson method

List toJson()

Implementation

List<dynamic> toJson() {
  return _operations.map((e) => e.toJson()).toList();
}