getDefault static method

DeviceProfile getDefault()

Implementation

@$core.pragma('dart2js:noInline')
static DeviceProfile getDefault() => _defaultInstance ??=
    $pb.GeneratedMessage.$_defaultFor<DeviceProfile>(create);