Pgto.fromJson constructor

Pgto.fromJson(
  1. String source
)

Implementation

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