BuildBitmapRequest class

Constructors

BuildBitmapRequest({String? content, int? type = HmsScanTypes.QRCode, int? width = 700, int? height = 700, int? margin = 1, Color? bitmapColor = Colors.black, Color? backgroundColor = Colors.white, })
BuildBitmapRequest.fromJson(String str)
factory
BuildBitmapRequest.fromMap(Map<String, dynamic> json)
factory

Properties

backgroundColor Color?
getter/setter pair
bitmapColor Color?
getter/setter pair
content String?
getter/setter pair
hashCode int
The hash code for this object.
no setteroverride
height int?
getter/setter pair
margin int?
getter/setter pair
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type int?
getter/setter pair
width int?
getter/setter pair

Methods

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

Operators

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