BfdStatus_LocalState.fromJson constructor

BfdStatus_LocalState.fromJson(
  1. Object? json
)

Implementation

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