Flutter Engine
The Flutter Engine
shell
platform
android
io
flutter
view
FlutterRunArguments.java
Go to the documentation of this file.
1
// Copyright 2013 The Flutter Authors. All rights reserved.
2
// Use of this source code is governed by a BSD-style license that can be
3
// found in the LICENSE file.
4
5
package
io.flutter.view;
6
7
/** A class containing arguments for entering a FlutterNativeView's isolate for the first time. */
8
public
class
FlutterRunArguments
{
9
public
String
bundlePath
;
10
public
String
entrypoint
;
11
public
String
libraryPath
;
12
}
io.flutter.view.FlutterRunArguments
Definition:
FlutterRunArguments.java:8
io.flutter.view.FlutterRunArguments.bundlePath
String bundlePath
Definition:
FlutterRunArguments.java:9
io.flutter.view.FlutterRunArguments.entrypoint
String entrypoint
Definition:
FlutterRunArguments.java:10
io.flutter.view.FlutterRunArguments.libraryPath
String libraryPath
Definition:
FlutterRunArguments.java:11
Generated on Sun Jun 23 2024 21:55:10 for Flutter Engine by
1.9.4