BBox.fromJson constructor

BBox.fromJson(
  1. List<num> list
)

Implementation

factory BBox.fromJson(List<num> list) => BBox.of(list);