HttpElementLocation.fromJson constructor

HttpElementLocation.fromJson(
  1. Object? json
)

Implementation

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