platformExtras property

  1. @TagNumber.new(20)
PbMap<String, String> get platformExtras

Platform-specific fields that are not part of the cross-SDK core (e.g. web: "has_webgpu", "has_shared_array_buffer"; android: "manufacturer", "android_api_level", "os_build_id", ...).

Implementation

@$pb.TagNumber(20)
$pb.PbMap<$core.String, $core.String> get platformExtras => $_getMap(19);