InnerInstruction.fromJson constructor

InnerInstruction.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory InnerInstruction.fromJson(Map<String, dynamic> json) =>
    _$InnerInstructionFromJson(json);