InterceptionId.fromJson constructor

InterceptionId.fromJson(
  1. String value
)

Implementation

factory InterceptionId.fromJson(String value) => InterceptionId(value);