fromJson method

  1. @override
GraphGetListBlocksInput fromJson(
  1. Map<String, dynamic> json
)

Implementation

@override
GraphGetListBlocksInput fromJson(Map<String, dynamic> json) {
  return GraphGetListBlocksInput.fromJson(
    translate(json, GraphGetListBlocksInput.knownProps),
  );
}