TextFormat class
Configuration for reading Cloud Storage data in text format.
Each line of text as specified by the delimiter will be set to the data
field of a Pub/Sub message.
Constructors
- TextFormat.new({String? delimiter})
- TextFormat.fromJson(Map json_)
Properties
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