BfdPacket_State.fromJson constructor

BfdPacket_State.fromJson(
  1. Object? json
)

Implementation

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