Fragment$TransactionHistoryFields$kind$$ProgrammableTransaction$commands$nodes$$MoveCallCommand$function constructor

Fragment$TransactionHistoryFields$kind$$ProgrammableTransaction$commands$nodes$$MoveCallCommand$function({
  1. required String name,
  2. required String fullyQualifiedName,
})

Implementation

Fragment$TransactionHistoryFields$kind$$ProgrammableTransaction$commands$nodes$$MoveCallCommand$function({
  required this.name,
  required this.fullyQualifiedName,
});