UISettings constructor

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

Implementation

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