The BRS U1 Super-Charged AGM Battery with its sealed 12V AGM delivers 300 cold-cranking amps of reliable power — even after sitting all winter.
.sst/platform/src/components/aws/analog.ts:471:18 - error TS2340: Only public and protected methods of the base class are accessible via the 'super' keyword. 471 ...
-> final classes can't be inherited. We can't extend properties from final classes. Final classes are immutable. public class User extends String { // invalid because String is final class -> final ...