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