Protect class

Constructors

Protect()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

decryptBytes(List<int> data, String password) ProtectResponse
Decyrpts the bytes of the .xlsx file with the password.
decryptUint8List(Uint8List data, String password) ProtectResponse
Decyrpts the Uint8List of the .xlsx file with the password.
encryptBytes(List<int> data, String password) ProtectResponse
Encyrpts the bytes of the .xlsx file with the password.
encryptUint8List(Uint8List data, String password) ProtectResponse
Encyrpts the Uint8List of the .xlsx file with the password.