FlatSubpath constructor

FlatSubpath(
  1. Float64List points, {
  2. required bool closed,
})

Implementation

FlatSubpath(this.points, {required this.closed});