BarrierStatus.fromJson constructor

BarrierStatus.fromJson(
  1. String str
)

Implementation

factory BarrierStatus.fromJson(String str) =>
    BarrierStatus.fromMap(json.decode(str));