menu
scanbot_sdk
common
Insets
Insets.fromJson factory constructor
Insets.fromJson
brightness_4
brightness_5
Insets.fromJson
constructor
Insets.fromJson
(
Map
<
String
,
dynamic
>
json
)
Implementation
factory Insets.fromJson(Map<String, dynamic> json) => _$InsetsFromJson(json);
scanbot_sdk
common
Insets
Insets.fromJson factory constructor
Insets class
Constructors
Insets
all
fromJson
horizontal
vertical
Properties
bottom
hashCode
left
right
runtimeType
top
Methods
noSuchMethod
toJson
toString
Operators
operator ==