PageSettings class

Constructors

PageSettings()
PageSettings.fromJson(Map<String, dynamic> json)

Properties

bubbleColor Color?
getter/setter pair
bubbleSize BubbleSize?
getter/setter pair
fontFamily String?
getter/setter pair
fontSize int?
getter/setter pair
fontStyle FontStyle?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
orientation Orientation?
getter/setter pair
outputFormat S3DataType?
getter/setter pair
pageMarginLeft int?
getter/setter pair
paperSize PaperSize?
getter/setter pair
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

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

Static Methods

listFromJson(List json) List<PageSettings>
mapFromJson(Map<String, Map<String, dynamic>> json) Map<String, PageSettings>