GetPlanResponse class

Constructors

GetPlanResponse({String? pythonScript, String? scalaCode})
GetPlanResponse.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
pythonScript String?
A Python script to perform the mapping.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scalaCode String?
The Scala code to perform the mapping.
final

Methods

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

Operators

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