Block.fromRawJson constructor

Block.fromRawJson(
  1. String str
)

Implementation

factory Block.fromRawJson(String str) => Block.fromJson(json.decode(str));