build static method

Map<String, dynamic> build()

Builds SDK context information matching the TypeScript implementation

Implementation

static Map<String, dynamic> build() {
  return {
    'sdkVersion': sdkVersion,
    'sdkRuntime': sdkRuntime,
    'runtimeVersion': _getRuntimeVersion(),
  };
}