CPDFAnnotation class
Constructors
- CPDFAnnotation.new({required CPDFAnnotationType type, required String title, required int page, required String content, required String uuid, DateTime? createDate, required CPDFRectF rect})
-
CPDFAnnotation.fromJson(Map<
String, dynamic> json) -
factory
Properties
- content → String
-
final
- createDate → DateTime?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- page → int
-
final
- rect → CPDFRectF
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- title → String
-
final
- type → CPDFAnnotationType
-
final
- uuid → String
-
final
Methods
-
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.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited