Circle constructor

Circle([
  1. CircleOptions? opts
])

Implementation

external Circle([
  CircleOptions? opts, // ignore: unused_element
]);