Source constructor

Source([
  1. dynamic data
])

Implementation

Source([this.data]) {
  uuid = MathUtils.generateUUID();
  version = 0;
}