LavaDiffFrame constructor

LavaDiffFrame({
  1. required List<List<int>> diffs,
})

Creates a new LavaDiffFrame with the specified diffs.

Implementation

LavaDiffFrame({required this.diffs});