Fragment$TransactionHistoryFields$kind$$ProgrammableTransaction$commands$nodes$$MoveCallCommand$function.fromJson constructor
Fragment$TransactionHistoryFields$kind$$ProgrammableTransaction$commands$nodes$$MoveCallCommand$function.fromJson()
Implementation
factory Fragment$TransactionHistoryFields$kind$$ProgrammableTransaction$commands$nodes$$MoveCallCommand$function.fromJson(
Map<String, dynamic> json,
) {
final l$name = json['name'];
final l$fullyQualifiedName = json['fullyQualifiedName'];
return Fragment$TransactionHistoryFields$kind$$ProgrammableTransaction$commands$nodes$$MoveCallCommand$function(
name: (l$name as String),
fullyQualifiedName: (l$fullyQualifiedName as String),
);
}