Navigine iOS/Android/Flutter SDK
1.0.0
Objective-C/Java/Dart SDK API
Loading...
Searching...
No Matches
rectangle.dart
Go to the documentation of this file.
1
import
'dart:ffi'
;
2
import
'package:navigine_sdk/com/_library_context.dart'
as __lib;
3
import
'package:navigine_sdk/com/builtin_types__conversion.dart'
;
4
5
part
'rectangle.impl.dart'
;
23
class
Rectangle
{
25
Rectangle
(this.
x
, this.
y
, this.
width
, this.
height
);
31
int
x
;
36
int
y
;
42
int
width
;
48
int
height
;
49
}
com
navigine
idl
rectangle.dart
Generated on Mon Dec 8 2025 13:17:53 for Navigine iOS/Android/Flutter SDK by
Doxygen
1.13.2