Barrier.fromJson constructor

Barrier.fromJson(
  1. String str
)

Implementation

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