build static method
Builds SDK context information matching the TypeScript implementation
Implementation
static Map<String, dynamic> build() {
return {
'sdkVersion': sdkVersion,
'sdkRuntime': sdkRuntime,
'runtimeVersion': _getRuntimeVersion(),
};
}