LocationPolicy_TargetShape.fromJson constructor

LocationPolicy_TargetShape.fromJson(
  1. Object? json
)

Implementation

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