BmobArray<T> constructor

BmobArray<T>([
  1. List<T> list = const []
])

Implementation

BmobArray([this.list = const []]);