Det.fromJson constructor

Det.fromJson(
  1. String source
)

Implementation

factory Det.fromJson(String source) => Det.fromMap(json.decode(source));