BackendService_SessionAffinity.fromJson constructor

BackendService_SessionAffinity.fromJson(
  1. Object? json
)

Implementation

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