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