JsonObject constructor

JsonObject({
  1. required String path,
  2. required String hash,
})

Implementation

JsonObject({required this.path, required this.hash});