SchemaColumn class

A key-value pair representing a column and data type that this transform can run against. The Schema parameter of the MLTransform may contain up to 100 of these structures.

Constructors

SchemaColumn({String? dataType, String? name})
SchemaColumn.fromJson(Map<String, dynamic> json)
factory

Properties

dataType String?
The type of data in the column.
final
hashCode int
The hash code for this object.
no setterinherited
name String?
The name of the column.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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