StructuredQuery_Direction.fromJson constructor

StructuredQuery_Direction.fromJson(
  1. Object? json
)

Implementation

factory StructuredQuery_Direction.fromJson(Object? json) =>
    StructuredQuery_Direction(json as String);