PropertySet constructor

PropertySet({
  1. Allocator allocator = calloc,
})

Implementation

PropertySet({Allocator allocator = calloc})
    : super(ActivateClass(_className, allocator: allocator));