instance property

XApmManager get instance

单例模式

Implementation

static XApmManager get instance => _instance ??= XApmManager._internal();