SignatureData class
- Available extensions
Constructors
-
SignatureData({required List<
SignaturePoint?> points, Uint8List? imageBytes, String? base64String, String? svgData, required double width, required double height, DateTime? timestamp, Map<String, dynamic> ? metadata, BiometricProperties? biometrics, String? digitalSignature, String? certificateHash, SignatureType type = SignatureType.handwritten, AuthenticationLevel authLevel = AuthenticationLevel.basic}) -
SignatureData.fromJson(Map<
String, dynamic> json) -
factory
Properties
- authLevel → AuthenticationLevel
-
final
- base64String → String?
-
final
- biometrics → BiometricProperties?
-
final
- certificateHash → String?
-
final
- complexity → SignatureComplexity
-
no setter
- digitalSignature → String?
-
final
- hasBiometrics → bool
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- height → double
-
final
- imageBytes → Uint8List?
-
final
- isAuthenticated → bool
-
no setter
- isEmpty → bool
-
no setter
- isNotEmpty → bool
-
no setter
-
metadata
→ Map<
String, dynamic> ? -
final
-
points
→ List<
SignaturePoint?> -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- svgData → String?
-
final
- timestamp → DateTime
-
final
- type → SignatureType
-
final
- width → double
-
final
Methods
-
copyWith(
{List< SignaturePoint?> ? points, Uint8List? imageBytes, String? base64String, String? svgData, double? width, double? height, DateTime? timestamp, Map<String, dynamic> ? metadata, BiometricProperties? biometrics, String? digitalSignature, String? certificateHash, SignatureType? type, AuthenticationLevel? authLevel}) → SignatureData -
Available on SignatureData, provided by the SignatureDataExtension extension
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited