PanaRuntimeInfo class

Annotations
  • @JsonSerializable()

Constructors

PanaRuntimeInfo({required String panaVersion, required String sdkVersion, Map<String, dynamic>? flutterVersions})
PanaRuntimeInfo.fromJson(Map<String, dynamic> json)
factory

Properties

flutterInternalDartSdkVersion String?
The Dart SDK used by Flutter internally.
no setter
flutterVersion String?
The Flutter SDK version.
no setter
flutterVersions Map<String, dynamic>?
final
hasFlutter bool
no setter
hashCode int
The hash code for this object.
no setterinherited
panaVersion String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sdkVersion String
final

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.
inherited

Operators

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