data property

dynamic get data

Implementation

static get data {
  if (!_initialized) throw Exception("CollectionSDK not initialized");
  return null;
}